Upgrade bcrypt to 3.1.5 (#19854)

This commit is contained in:
Fabian Affolter 2019-01-08 15:22:45 +01:00 committed by Charles Garwood
parent 377b129c9c
commit 406b45c6e7
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ aiohttp==3.5.1
astral==1.7.1
async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
bcrypt==3.1.5
certifi>=2018.04.16
jinja2>=2.10
PyJWT==1.6.4

View File

@ -3,7 +3,7 @@ aiohttp==3.5.1
astral==1.7.1
async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
bcrypt==3.1.5
certifi>=2018.04.16
jinja2>=2.10
PyJWT==1.6.4

View File

@ -36,7 +36,7 @@ REQUIRES = [
'astral==1.7.1',
'async_timeout==3.0.1',
'attrs==18.2.0',
'bcrypt==3.1.4',
'bcrypt==3.1.5',
'certifi>=2018.04.16',
'jinja2>=2.10',
'PyJWT==1.6.4',