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