1
mirror of https://github.com/home-assistant/core synced 2024-09-21 22:18:00 +02:00

Bump python-slugify to 3.0.6 (#27430)

* Bump python-slugify to 3.0.6

* Bump python-slugify to 3.0.6

* Bump python-slugify to 3.0.6
This commit is contained in:
quthla 2019-10-11 09:27:07 +02:00 committed by Paulus Schoutsen
parent 4c71c6df6f
commit 0c8e208fd8
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ importlib-metadata==0.23
jinja2>=2.10.1
netdisco==2.6.0
pip>=8.0.3
python-slugify==3.0.4
python-slugify==3.0.6
pytz>=2019.03
pyyaml==5.1.2
requests==2.22.0

View File

@ -11,7 +11,7 @@ jinja2>=2.10.1
PyJWT==1.7.1
cryptography==2.7
pip>=8.0.3
python-slugify==3.0.4
python-slugify==3.0.6
pytz>=2019.03
pyyaml==5.1.2
requests==2.22.0

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.4",
"python-slugify==3.0.6",
"pytz>=2019.03",
"pyyaml==5.1.2",
"requests==2.22.0",