From 408da3600b3f6e97bb9a0c548aee0fb3c6e7393f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 31 Dec 2020 12:00:43 +0100 Subject: [PATCH] Upgrade feedparser to 6.0.2 (#44683) --- homeassistant/components/feedreader/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/feedreader/manifest.json b/homeassistant/components/feedreader/manifest.json index 30413d10e43..d1bc9cdb524 100644 --- a/homeassistant/components/feedreader/manifest.json +++ b/homeassistant/components/feedreader/manifest.json @@ -2,6 +2,6 @@ "domain": "feedreader", "name": "Feedreader", "documentation": "https://www.home-assistant.io/integrations/feedreader", - "requirements": ["feedparser-homeassistant==5.2.2.dev1"], + "requirements": ["feedparser==6.0.2"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 363d1cd4e6d..8fd3200d722 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -584,7 +584,7 @@ evohome-async==0.3.5.post1 fastdotcom==0.0.3 # homeassistant.components.feedreader -feedparser-homeassistant==5.2.2.dev1 +feedparser==6.0.2 # homeassistant.components.fibaro fiblary3==0.1.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ce59860b3f6..a3ad62796b0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -299,7 +299,7 @@ ephem==3.7.7.0 epson-projector==0.2.3 # homeassistant.components.feedreader -feedparser-homeassistant==5.2.2.dev1 +feedparser==6.0.2 # homeassistant.components.homekit fnvhash==0.1.0