From e4dc6462375fa0d6d622bb6e5121f803f6a5a39a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Sep 2021 08:48:21 +0200 Subject: [PATCH] Upgrade praw to 7.4.0 (#56682) --- homeassistant/components/reddit/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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