Update feedreader to 6.0.12 (#152054)

This commit is contained in:
Marc Mueller
2025-09-10 18:09:11 +02:00
committed by GitHub
parent ceeeb22040
commit 6f00f8a920
4 changed files with 4 additions and 7 deletions
@@ -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"]
}
+1 -4
View File
@@ -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",
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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