diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index fc3356b310c04774768034b2725558db9b9a1e1a..e19ae570d0f333ab12d7591a1f41d469f826f51b 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 223ebe32e76e057a60ac7e3d83bdad677a3eeefb..2a78b25a162418763ed1cc20dde961f3b4216a90 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 be9f18717e585e60b96b0d04cc64ef473e79d1c7..024de6596b654be2c221d6e6566c602b5e54f818 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