From b47992dba08a8b72c2258cc5f33ec32c44b6caa4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 26 Aug 2020 16:53:22 +0200 Subject: [PATCH] Bump CI cache (#39283) --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 22ce4e772d2..7b73b9b9b00 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -42,6 +42,9 @@ httplib2>=0.18.0 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0 +# To remove reliance on typing +btlewrap>=0.0.10 + # This overrides a built-in Python package enum34==1000000000.0.0 typing==1000000000.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 5947fd9ed5f..07883dc6221 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -71,6 +71,9 @@ httplib2>=0.18.0 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0 +# To remove reliance on typing +btlewrap>=0.0.10 + # This overrides a built-in Python package enum34==1000000000.0.0 typing==1000000000.0.0