Upgrade python-slugify to 3.0.2 (#22997)

This commit is contained in:
Josef Schlehofer 2019-04-13 11:29:44 +02:00 committed by Fabian Affolter
parent 73a473ac29
commit 18cf8275b8
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jinja2>=2.10
PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
python-slugify==3.0.2
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0

View File

@ -9,7 +9,7 @@ jinja2>=2.10
PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
python-slugify==3.0.2
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0

View File

@ -43,7 +43,7 @@ REQUIRES = [
# PyJWT has loose dependency. We want the latest one.
'cryptography==2.6.1',
'pip>=8.0.3',
'python-slugify==1.2.6',
'python-slugify==3.0.2',
'pytz>=2019.01',
'pyyaml>=3.13,<4',
'requests==2.21.0',