From ca87bf49b6b5ed7ee3fdee35492c2119143be1a0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Mon, 8 Feb 2021 09:34:12 +0100 Subject: [PATCH] Upgrade praw to 7.1.3 (#46073) --- 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 e19ae570d0f..d270f994159 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==7.1.2"], + "requirements": ["praw==7.1.3"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 1f5704aa3b7..d21c11fb466 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1159,7 +1159,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.1.2 +praw==7.1.3 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 65b19d7aabb..d0febd47326 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -596,7 +596,7 @@ pmsensor==0.4 poolsense==0.0.8 # homeassistant.components.reddit -praw==7.1.2 +praw==7.1.3 # homeassistant.components.islamic_prayer_times prayer_times_calculator==0.0.3 -- GitLab