diff --git a/homeassistant/components/reddit/manifest.json b/homeassistant/components/reddit/manifest.json index f641bfd7a57..4c3d2bff7f9 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.4.0"], + "requirements": ["praw==7.5.0"], "codeowners": [], "iot_class": "cloud_polling", "loggers": ["praw", "prawcore"] diff --git a/requirements_all.txt b/requirements_all.txt index 7253b170eb2..7d69536464c 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.4.0 +praw==7.5.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 1f186100310..38cadb48799 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -832,7 +832,7 @@ plumlightpad==0.0.11 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.4.0 +praw==7.5.0 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.5