diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index e19ae570d0f333ab12d7591a1f41d469f826f51b..d270f994159d19a34868cb7b3718e6b0656ec6e4 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 1f5704aa3b70f7eed1389ecc294d06ef15df482e..d21c11fb466ead2eeebae94dc1357f92804e81f8 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 65b19d7aabb9e8633ee6577f6c85e35e8a5e22d5..d0febd473261ed5039c1b0e9fdcb5232c8f6c9ed 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