From f2286d481150a61428e2335e597bb9953646817f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Feb 2021 01:01:39 +0100 Subject: [PATCH] Upgrade TwitterAPI to 2.6.5 (#45842) --- homeassistant/components/twitter/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/twitter/manifest.json b/homeassistant/components/twitter/manifest.json index acd47253b82..cd3a12255a2 100644 --- a/homeassistant/components/twitter/manifest.json +++ b/homeassistant/components/twitter/manifest.json @@ -2,6 +2,6 @@ "domain": "twitter", "name": "Twitter", "documentation": "https://www.home-assistant.io/integrations/twitter", - "requirements": ["TwitterAPI==2.6.3"], + "requirements": ["TwitterAPI==2.6.5"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 41d4c6c3e39..80cbcf7cd5f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -78,7 +78,7 @@ RtmAPI==0.7.2 TravisPy==0.3.5 # homeassistant.components.twitter -TwitterAPI==2.6.3 +TwitterAPI==2.6.5 # homeassistant.components.tof # VL53L1X2==0.1.5