mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Upgrade cryptography to 2.5 (#21011)
This commit is contained in:
parent
d1c8d39107
commit
6b46ed850b
@ -6,7 +6,7 @@ bcrypt==3.1.5
|
|||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
cryptography==2.3.1
|
cryptography==2.5
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2018.07
|
||||||
|
@ -7,7 +7,7 @@ bcrypt==3.1.5
|
|||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
cryptography==2.3.1
|
cryptography==2.5
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==1.2.6
|
||||||
pytz>=2018.07
|
pytz>=2018.07
|
||||||
|
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ REQUIRES = [
|
|||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'PyJWT==1.6.4',
|
'PyJWT==1.6.4',
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
'cryptography==2.3.1',
|
'cryptography==2.5',
|
||||||
'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