Upgrade python-slugify to 3.0.3 (#25995)

This commit is contained in:
Fabian Affolter 2019-08-16 18:28:52 +02:00 committed by Daniel Høyer Iversen
parent 87f1a8ed0c
commit 4c16531df5
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ REQUIRES = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==2.7",
"pip>=8.0.3",
"python-slugify==3.0.2",
"python-slugify==3.0.3",
"pytz>=2019.02",
"pyyaml==5.1.1",
"requests==2.22.0",