1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-22 14:07:06 +00:00

Bump CI cache ()

This commit is contained in:
Paulus Schoutsen 2020-08-26 16:53:22 +02:00 committed by GitHub
parent dc84196202
commit b47992dba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

@ -42,6 +42,9 @@ httplib2>=0.18.0
# This is a old unmaintained library and is replaced with pycryptodome # This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0 pycrypto==1000000000.0.0
# To remove reliance on typing
btlewrap>=0.0.10
# This overrides a built-in Python package # This overrides a built-in Python package
enum34==1000000000.0.0 enum34==1000000000.0.0
typing==1000000000.0.0 typing==1000000000.0.0

@ -71,6 +71,9 @@ httplib2>=0.18.0
# This is a old unmaintained library and is replaced with pycryptodome # This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0 pycrypto==1000000000.0.0
# To remove reliance on typing
btlewrap>=0.0.10
# This overrides a built-in Python package # This overrides a built-in Python package
enum34==1000000000.0.0 enum34==1000000000.0.0
typing==1000000000.0.0 typing==1000000000.0.0