From 593483a359bcec203da6bf4f46d49c31ced9e4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:08:44 +0000 Subject: [PATCH] Bump feedparser from 6.0.11 to 6.0.12 Bumps [feedparser](https://github.com/kurtmckee/feedparser) from 6.0.11 to 6.0.12. - [Release notes](https://github.com/kurtmckee/feedparser/releases) - [Changelog](https://github.com/kurtmckee/feedparser/blob/main/CHANGELOG.rst) - [Commits](https://github.com/kurtmckee/feedparser/compare/6.0.11...v6.0.12) --- updated-dependencies: - dependency-name: feedparser dependency-version: 6.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97409d9..e43d86b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.11.0" dependencies = [ - "feedparser==6.0.11", + "feedparser==6.0.12", "homeassistant", "python-dateutil", "requests-file",