Skip to content
Snippets Groups Projects
Commit ef0dd689 authored by Franck Nijhof's avatar Franck Nijhof Committed by Paulus Schoutsen
Browse files

Bump python-slugify to 3.0.4 (#26801)

parent 6135b862
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ importlib-metadata==0.23 ...@@ -16,7 +16,7 @@ importlib-metadata==0.23
jinja2>=2.10.1 jinja2>=2.10.1
netdisco==2.6.0 netdisco==2.6.0
pip>=8.0.3 pip>=8.0.3
python-slugify==3.0.3 python-slugify==3.0.4
pytz>=2019.02 pytz>=2019.02
pyyaml==5.1.2 pyyaml==5.1.2
requests==2.22.0 requests==2.22.0
......
...@@ -11,7 +11,7 @@ jinja2>=2.10.1 ...@@ -11,7 +11,7 @@ jinja2>=2.10.1
PyJWT==1.7.1 PyJWT==1.7.1
cryptography==2.7 cryptography==2.7
pip>=8.0.3 pip>=8.0.3
python-slugify==3.0.3 python-slugify==3.0.4
pytz>=2019.02 pytz>=2019.02
pyyaml==5.1.2 pyyaml==5.1.2
requests==2.22.0 requests==2.22.0
......
...@@ -44,7 +44,7 @@ REQUIRES = [ ...@@ -44,7 +44,7 @@ REQUIRES = [
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==2.7", "cryptography==2.7",
"pip>=8.0.3", "pip>=8.0.3",
"python-slugify==3.0.3", "python-slugify==3.0.4",
"pytz>=2019.02", "pytz>=2019.02",
"pyyaml==5.1.2", "pyyaml==5.1.2",
"requests==2.22.0", "requests==2.22.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment