mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
update core dependencies due to pywebpush update (#22767)
This commit is contained in:
parent
008b641c56
commit
7a33dc5cec
@ -5,8 +5,8 @@ attrs==18.2.0
|
|||||||
bcrypt==3.1.6
|
bcrypt==3.1.6
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.7.1
|
||||||
cryptography==2.5
|
cryptography==2.6.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2018.07
|
||||||
|
@ -6,8 +6,8 @@ attrs==18.2.0
|
|||||||
bcrypt==3.1.6
|
bcrypt==3.1.6
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.7.1
|
||||||
cryptography==2.5
|
cryptography==2.6.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2018.07
|
||||||
|
4
setup.py
4
setup.py
@ -39,9 +39,9 @@ REQUIRES = [
|
|||||||
'bcrypt==3.1.6',
|
'bcrypt==3.1.6',
|
||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'PyJWT==1.6.4',
|
'PyJWT==1.7.1',
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
'cryptography==2.5',
|
'cryptography==2.6.1',
|
||||||
'pip>=8.0.3',
|
'pip>=8.0.3',
|
||||||
'python-slugify==1.2.6',
|
'python-slugify==1.2.6',
|
||||||
'pytz>=2018.07',
|
'pytz>=2018.07',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user