Bump python-slugify to 4.0.1 (#38140)

* Bump python-slugify to 4.0.1

* Dummy commit to re-trigger tests
This commit is contained in:
Kevin Fronczak 2020-07-24 10:55:54 -04:00 committed by GitHub
parent 027ece52e6
commit 3149cf6849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jinja2>=2.11.1
netdisco==2.8.0 netdisco==2.8.0
paho-mqtt==1.5.0 paho-mqtt==1.5.0
pip>=8.0.3 pip>=8.0.3
python-slugify==4.0.0 python-slugify==4.0.1
pytz>=2020.1 pytz>=2020.1
pyyaml==5.3.1 pyyaml==5.3.1
requests==2.24.0 requests==2.24.0

View file

@ -13,7 +13,7 @@ jinja2>=2.11.1
PyJWT==1.7.1 PyJWT==1.7.1
cryptography==2.9.2 cryptography==2.9.2
pip>=8.0.3 pip>=8.0.3
python-slugify==4.0.0 python-slugify==4.0.1
pytz>=2020.1 pytz>=2020.1
pyyaml==5.3.1 pyyaml==5.3.1
requests==2.24.0 requests==2.24.0

View file

@ -45,7 +45,7 @@ REQUIRES = [
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==2.9.2", "cryptography==2.9.2",
"pip>=8.0.3", "pip>=8.0.3",
"python-slugify==4.0.0", "python-slugify==4.0.1",
"pytz>=2020.1", "pytz>=2020.1",
"pyyaml==5.3.1", "pyyaml==5.3.1",
"requests==2.24.0", "requests==2.24.0",