From f65693b6e84e9553e61522c43cf6d4b3e45ad615 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 27 Jan 2023 18:54:42 +0100 Subject: [PATCH] Bump pytradfri to 12.0.0 --- homeassistant/components/tradfri/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/tradfri/manifest.json b/homeassistant/components/tradfri/manifest.json index c411c52146b..4ad185bd7d8 100644 --- a/homeassistant/components/tradfri/manifest.json +++ b/homeassistant/components/tradfri/manifest.json @@ -9,5 +9,5 @@ }, "iot_class": "local_polling", "loggers": ["pytradfri"], - "requirements": ["pytradfri[async]==9.0.1"] + "requirements": ["pytradfri[async]==12.0.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 77b861ec918..a384f3c3acc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2498,7 +2498,7 @@ pytouchlinesl==0.3.0 pytraccar==2.1.1 # homeassistant.components.tradfri -pytradfri[async]==9.0.1 +pytradfri[async]==12.0.0 # homeassistant.components.trafikverket_camera # homeassistant.components.trafikverket_ferry diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 151ff550d56..2af92e2aed1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2022,7 +2022,7 @@ pytouchlinesl==0.3.0 pytraccar==2.1.1 # homeassistant.components.tradfri -pytradfri[async]==9.0.1 +pytradfri[async]==12.0.0 # homeassistant.components.trafikverket_camera # homeassistant.components.trafikverket_ferry