mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 23:51:32 +02:00
Update feedreader to 6.0.12 (#152054)
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user