From 8f8935c85938962c4b61c23eb4e5bb4f0dc6327b Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Mon, 12 Jul 2021 20:21:10 +0200 Subject: [PATCH] Bump python-fireservicerota to 0.0.42 (#52807) --- homeassistant/components/fireservicerota/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/fireservicerota/manifest.json b/homeassistant/components/fireservicerota/manifest.json index 0e2259b6b5e..f35be9e839f 100644 --- a/homeassistant/components/fireservicerota/manifest.json +++ b/homeassistant/components/fireservicerota/manifest.json @@ -3,7 +3,7 @@ "name": "FireServiceRota", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/fireservicerota", - "requirements": ["pyfireservicerota==0.0.40"], + "requirements": ["pyfireservicerota==0.0.42"], "codeowners": ["@cyberjunky"], "iot_class": "cloud_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index 0a4ebf44e55..08baeb59c3f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1421,7 +1421,7 @@ pyezviz==0.1.8.9 pyfido==2.1.1 # homeassistant.components.fireservicerota -pyfireservicerota==0.0.40 +pyfireservicerota==0.0.42 # homeassistant.components.flexit pyflexit==0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e4f59f1656f..e5aeac43f33 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -789,7 +789,7 @@ pyezviz==0.1.8.9 pyfido==2.1.1 # homeassistant.components.fireservicerota -pyfireservicerota==0.0.40 +pyfireservicerota==0.0.42 # homeassistant.components.flume pyflume==0.5.5