update core dependencies due to pywebpush update (#22767)

This commit is contained in:
Per Osbäck 2019-04-05 21:22:24 +02:00 committed by Paulus Schoutsen
parent 008b641c56
commit 7a33dc5cec
3 changed files with 6 additions and 6 deletions

View file

@ -5,8 +5,8 @@ attrs==18.2.0
bcrypt==3.1.6
certifi>=2018.04.16
jinja2>=2.10
PyJWT==1.6.4
cryptography==2.5
PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.07

View file

@ -6,8 +6,8 @@ attrs==18.2.0
bcrypt==3.1.6
certifi>=2018.04.16
jinja2>=2.10
PyJWT==1.6.4
cryptography==2.5
PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.07

View file

@ -39,9 +39,9 @@ REQUIRES = [
'bcrypt==3.1.6',
'certifi>=2018.04.16',
'jinja2>=2.10',
'PyJWT==1.6.4',
'PyJWT==1.7.1',
# PyJWT has loose dependency. We want the latest one.
'cryptography==2.5',
'cryptography==2.6.1',
'pip>=8.0.3',
'python-slugify==1.2.6',
'pytz>=2018.07',