Update feedparser to 6.0.11 (#105857)

This commit is contained in:
Marc Mueller 2023-12-16 14:48:51 +01:00 committed by GitHub
parent e7d7bb4f25
commit 8549311d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 5 deletions

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/feedreader",
"iot_class": "cloud_polling",
"loggers": ["feedparser", "sgmllib3k"],
"requirements": ["feedparser==6.0.10"]
"requirements": ["feedparser==6.0.11"]
}

View File

@ -481,8 +481,6 @@ filterwarnings = [
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:dateparser.timezone_parser",
# https://github.com/zopefoundation/DateTime/pull/55 - >5.2
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:DateTime.pytz_support",
# https://github.com/kurtmckee/feedparser/issues/330 - >6.0.10
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:feedparser.encodings",
# https://github.com/jaraco/jaraco.abode/commit/9e3e789efc96cddcaa15f920686bbeb79a7469e0 - update jaraco.abode to >=5.1.0
"ignore:`jaraco.functools.call_aside` is deprecated, use `jaraco.functools.invoke` instead:DeprecationWarning:jaraco.abode.helpers.timeline",
# https://github.com/nextcord/nextcord/pull/1095 - >2.6.1

View File

@ -808,7 +808,7 @@ faadelays==2023.9.1
fastdotcom==0.0.3
# homeassistant.components.feedreader
feedparser==6.0.10
feedparser==6.0.11
# homeassistant.components.file
file-read-backwards==2.0.0

View File

@ -643,7 +643,7 @@ faadelays==2023.9.1
fastdotcom==0.0.3
# homeassistant.components.feedreader
feedparser==6.0.10
feedparser==6.0.11
# homeassistant.components.file
file-read-backwards==2.0.0