Upgrade python-slugify to 3.0.2 (#22997)
This commit is contained in:
parent
73a473ac29
commit
18cf8275b8
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue