From 9d7a218df5156dc9afff73504f9e8e61becb7c19 Mon Sep 17 00:00:00 2001 From: foreign-sub <51928805+foreign-sub@users.noreply.github.com> Date: Sat, 12 Oct 2019 15:08:57 +0200 Subject: [PATCH] Bump pygatt to 4.0.5 (#27526) --- homeassistant/components/bluetooth_le_tracker/manifest.json | 2 +- homeassistant/components/skybeacon/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/bluetooth_le_tracker/manifest.json b/homeassistant/components/bluetooth_le_tracker/manifest.json index 30ed924a9dc..d9f4cb0a2b5 100644 --- a/homeassistant/components/bluetooth_le_tracker/manifest.json +++ b/homeassistant/components/bluetooth_le_tracker/manifest.json @@ -3,7 +3,7 @@ "name": "Bluetooth le tracker", "documentation": "https://www.home-assistant.io/integrations/bluetooth_le_tracker", "requirements": [ - "pygatt[GATTTOOL]==4.0.1" + "pygatt[GATTTOOL]==4.0.5" ], "dependencies": [], "codeowners": [] diff --git a/homeassistant/components/skybeacon/manifest.json b/homeassistant/components/skybeacon/manifest.json index a3cb97cdc2d..7ab42c5da87 100644 --- a/homeassistant/components/skybeacon/manifest.json +++ b/homeassistant/components/skybeacon/manifest.json @@ -3,7 +3,7 @@ "name": "Skybeacon", "documentation": "https://www.home-assistant.io/integrations/skybeacon", "requirements": [ - "pygatt[GATTTOOL]==4.0.1" + "pygatt[GATTTOOL]==4.0.5" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 0512c343b74..f1050385929 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1202,7 +1202,7 @@ pyfttt==0.3 # homeassistant.components.bluetooth_le_tracker # homeassistant.components.skybeacon -pygatt[GATTTOOL]==4.0.1 +pygatt[GATTTOOL]==4.0.5 # homeassistant.components.gogogate2 pygogogate2==0.1.1