diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index 0b5f539bcce..631414ad344 100644 --- a/homeassistant/components/reddit/manifest.json +++ b/homeassistant/components/reddit/manifest.json @@ -2,7 +2,7 @@ "domain": "reddit", "name": "Reddit", "documentation": "https://www.home-assistant.io/integrations/reddit", - "requirements": ["praw==7.2.0"], + "requirements": ["praw==7.4.0"], "codeowners": [], "iot_class": "cloud_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index d8515b0b88d..599c8e83dfa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1239,7 +1239,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.2.0 +praw==7.4.0 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fcea1527eb8..42f2a03343f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -723,7 +723,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.2.0 +praw==7.4.0 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.5