Upgrade bcrypt to 3.1.7 (#24850)

This commit is contained in:
Fabian Affolter 2019-07-01 02:23:47 +02:00 committed by Andrew Sayre
parent a6ea5d43b4
commit 40c424e793
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ aiohttp_cors==0.7.0
astral==1.10.1
async_timeout==3.0.1
attrs==19.1.0
bcrypt==3.1.6
bcrypt==3.1.7
certifi>=2019.6.16
cryptography==2.7
distro==1.4.0

View File

@ -3,7 +3,7 @@ aiohttp==3.5.4
astral==1.10.1
async_timeout==3.0.1
attrs==19.1.0
bcrypt==3.1.6
bcrypt==3.1.7
certifi>=2019.6.16
importlib-metadata==0.18
jinja2>=2.10.1

View File

@ -36,7 +36,7 @@ REQUIRES = [
'astral==1.10.1',
'async_timeout==3.0.1',
'attrs==19.1.0',
'bcrypt==3.1.6',
'bcrypt==3.1.7',
'certifi>=2019.6.16',
'importlib-metadata==0.18',
'jinja2>=2.10.1',