From 355b3c2c3d2777e6cb8b626438c64db734e0c6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 9 Nov 2021 18:20:34 +0100 Subject: [PATCH] Bump pytraccar from 0.9.0 to 0.10.0 (#59429) --- homeassistant/components/traccar/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/traccar/manifest.json b/homeassistant/components/traccar/manifest.json index fd8908a3264..77a8511a671 100644 --- a/homeassistant/components/traccar/manifest.json +++ b/homeassistant/components/traccar/manifest.json @@ -3,7 +3,7 @@ "name": "Traccar", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/traccar", - "requirements": ["pytraccar==0.9.0", "stringcase==1.2.0"], + "requirements": ["pytraccar==0.10.0", "stringcase==1.2.0"], "dependencies": ["webhook"], "codeowners": ["@ludeeus"], "iot_class": "local_polling" diff --git a/requirements_all.txt b/requirements_all.txt index 39637e26570..c87275fbac8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1964,7 +1964,7 @@ pytile==5.2.4 pytouchline==0.7 # homeassistant.components.traccar -pytraccar==0.9.0 +pytraccar==0.10.0 # homeassistant.components.tradfri pytradfri[async]==7.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 27540d11806..7d985d8dc3b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1157,7 +1157,7 @@ python_awair==0.2.1 pytile==5.2.4 # homeassistant.components.traccar -pytraccar==0.9.0 +pytraccar==0.10.0 # homeassistant.components.tradfri pytradfri[async]==7.2.0