mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade bcrypt to 3.1.6 (#21476)
This commit is contained in:
parent
33c9afd6e0
commit
01ee92177f
@ -2,7 +2,7 @@ aiohttp==3.5.4
|
|||||||
astral==1.9.2
|
astral==1.9.2
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.5
|
bcrypt==3.1.6
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
|
@ -3,7 +3,7 @@ aiohttp==3.5.4
|
|||||||
astral==1.9.2
|
astral==1.9.2
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.5
|
bcrypt==3.1.6
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
PyJWT==1.6.4
|
PyJWT==1.6.4
|
||||||
|
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ REQUIRES = [
|
|||||||
'astral==1.9.2',
|
'astral==1.9.2',
|
||||||
'async_timeout==3.0.1',
|
'async_timeout==3.0.1',
|
||||||
'attrs==18.2.0',
|
'attrs==18.2.0',
|
||||||
'bcrypt==3.1.5',
|
'bcrypt==3.1.6',
|
||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'PyJWT==1.6.4',
|
'PyJWT==1.6.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user