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