From 55a1bf383208eac4db0c9f493b2197be7333f3e6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 2 Feb 2020 11:17:24 +0100 Subject: [PATCH] Upgrade holidays to 0.10.1 (#31392) --- homeassistant/components/workday/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/workday/manifest.json b/homeassistant/components/workday/manifest.json index e888b0c5614..21b84d87cbb 100644 --- a/homeassistant/components/workday/manifest.json +++ b/homeassistant/components/workday/manifest.json @@ -2,7 +2,7 @@ "domain": "workday", "name": "Workday", "documentation": "https://www.home-assistant.io/integrations/workday", - "requirements": ["holidays==0.9.12"], + "requirements": ["holidays==0.10.1"], "dependencies": [], "codeowners": ["@fabaff"], "quality_scale": "internal" diff --git a/requirements_all.txt b/requirements_all.txt index ab6da395973..de1d0c00c48 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -673,7 +673,7 @@ hlk-sw16==0.0.8 hole==0.5.0 # homeassistant.components.workday -holidays==0.9.12 +holidays==0.10.1 # homeassistant.components.frontend home-assistant-frontend==20200130.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3aba18079f9..fbf6834d4bd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -244,7 +244,7 @@ herepy==2.0.0 hole==0.5.0 # homeassistant.components.workday -holidays==0.9.12 +holidays==0.10.1 # homeassistant.components.frontend home-assistant-frontend==20200130.0