From 644e826ca7ff3c9284610a531d29c0892aab48c4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Aug 2020 20:53:01 +0200 Subject: [PATCH] Upgrade praw to 7.1.0 (#39152) --- 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 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