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:
parent
027ece52e6
commit
3149cf6849
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue