diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index 189ffbbc4be..fc3356b310c 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==6.5.1"], + "requirements": ["praw==7.1.0"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 425f33c8e32..816e4967279 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1109,7 +1109,7 @@ pocketcasts==0.1 poolsense==0.0.8 # homeassistant.components.reddit -praw==6.5.1 +praw==7.1.0 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e0c8786ebd6..d7844c6532a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -529,7 +529,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==6.5.1 +praw==7.1.0 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3