diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index e19ae570d0f..d270f994159 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.2"], + "requirements": ["praw==7.1.3"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 1f5704aa3b7..d21c11fb466 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.2 +praw==7.1.3 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 65b19d7aabb..d0febd47326 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.2 +praw==7.1.3 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3