diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index fc3356b310..e19ae570d0 100644 --- a/homeassistant/components/reddit/manifest.json +++ b/homeassistant/components/reddit/manifest.json @@ -2,6 +2,6 @@ "domain": "reddit", "name": "Reddit", "documentation": "https://www.home-assistant.io/integrations/reddit", - "requirements": ["praw==7.1.0"], + "requirements": ["praw==7.1.2"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 223ebe32e7..2a78b25a16 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1159,7 +1159,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.1.0 +praw==7.1.2 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index be9f18717e..024de6596b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -596,7 +596,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.1.0 +praw==7.1.2 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3