From 8549311d1ddc5bd3a5777169fcac44ef21020c5f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 16 Dec 2023 14:48:51 +0100 Subject: [PATCH] Update feedparser to 6.0.11 (#105857) --- homeassistant/components/feedreader/manifest.json | 2 +- pyproject.toml | 2 -- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/feedreader/manifest.json b/homeassistant/components/feedreader/manifest.json index 922bf5551ee..fe52dc4d4c2 100644 --- a/homeassistant/components/feedreader/manifest.json +++ b/homeassistant/components/feedreader/manifest.json @@ -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"] } diff --git a/pyproject.toml b/pyproject.toml index b30e611d4a1..2e992da0ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index e7b00cf42bf..b60f455b3ed 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 119a926ed48..d92ab48c98b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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