diff --git a/homeassistant/components/feedreader/manifest.json b/homeassistant/components/feedreader/manifest.json index 088b116d1672..bd1a6f890a36 100644 --- a/homeassistant/components/feedreader/manifest.json +++ b/homeassistant/components/feedreader/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/feedreader", "iot_class": "cloud_polling", "loggers": ["feedparser", "sgmllib3k"], - "requirements": ["feedparser==6.0.11"] + "requirements": ["feedparser==6.0.12"] } diff --git a/pyproject.toml b/pyproject.toml index 955068cb6a47..940506742867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -468,7 +468,7 @@ filterwarnings = [ "ignore:Unknown pytest.mark.dataset:pytest.PytestUnknownMarkWarning:tests.components.screenlogic", # -- DeprecationWarning already fixed in our codebase - # https://github.com/kurtmckee/feedparser/pull/389 - 6.0.11 + # https://github.com/kurtmckee/feedparser/ - 6.0.12 "ignore:.*a temporary mapping .* from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist:DeprecationWarning:feedparser.util", # -- design choice 3rd party @@ -569,9 +569,6 @@ filterwarnings = [ "ignore:\"is.*\" with '.*' literal:SyntaxWarning:importlib._bootstrap", # -- New in Python 3.13 - # https://github.com/kurtmckee/feedparser/pull/389 - >6.0.11 - # https://github.com/kurtmckee/feedparser/issues/481 - "ignore:'count' is passed as positional argument:DeprecationWarning:feedparser.html", # https://github.com/youknowone/python-deadlib - Backports for aifc, telnetlib "ignore:aifc was removed in Python 3.13.*'standard-aifc':DeprecationWarning:speech_recognition", "ignore:telnetlib was removed in Python 3.13.*'standard-telnetlib':DeprecationWarning:homeassistant.components.hddtemp.sensor", diff --git a/requirements_all.txt b/requirements_all.txt index bb93e3e7c688..738287560117 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -936,7 +936,7 @@ faadelays==2023.9.1 fastdotcom==0.0.3 # homeassistant.components.feedreader -feedparser==6.0.11 +feedparser==6.0.12 # homeassistant.components.file file-read-backwards==2.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e38058831e33..1976e5af8b22 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -815,7 +815,7 @@ faadelays==2023.9.1 fastdotcom==0.0.3 # homeassistant.components.feedreader -feedparser==6.0.11 +feedparser==6.0.12 # homeassistant.components.file file-read-backwards==2.0.0