Skip to content

Commit 6f00f8a

Browse files
authored
Update feedreader to 6.0.12 (#152054)
1 parent ceeeb22 commit 6f00f8a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

homeassistant/components/feedreader/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/feedreader",
77
"iot_class": "cloud_polling",
88
"loggers": ["feedparser", "sgmllib3k"],
9-
"requirements": ["feedparser==6.0.11"]
9+
"requirements": ["feedparser==6.0.12"]
1010
}

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ filterwarnings = [
468468
"ignore:Unknown pytest.mark.dataset:pytest.PytestUnknownMarkWarning:tests.components.screenlogic",
469469

470470
# -- DeprecationWarning already fixed in our codebase
471-
# https://github.com/kurtmckee/feedparser/pull/389 - 6.0.11
471+
# https://github.com/kurtmckee/feedparser/ - 6.0.12
472472
"ignore:.*a temporary mapping .* from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist:DeprecationWarning:feedparser.util",
473473

474474
# -- design choice 3rd party
@@ -569,9 +569,6 @@ filterwarnings = [
569569
"ignore:\"is.*\" with '.*' literal:SyntaxWarning:importlib._bootstrap",
570570

571571
# -- New in Python 3.13
572-
# https://github.com/kurtmckee/feedparser/pull/389 - >6.0.11
573-
# https://github.com/kurtmckee/feedparser/issues/481
574-
"ignore:'count' is passed as positional argument:DeprecationWarning:feedparser.html",
575572
# https://github.com/youknowone/python-deadlib - Backports for aifc, telnetlib
576573
"ignore:aifc was removed in Python 3.13.*'standard-aifc':DeprecationWarning:speech_recognition",
577574
"ignore:telnetlib was removed in Python 3.13.*'standard-telnetlib':DeprecationWarning:homeassistant.components.hddtemp.sensor",

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)