mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Bump python-slugify to 4.0.0 (#28186)
This commit is contained in:
parent
98ac8a217d
commit
63deec3275
@ -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.6
|
python-slugify==4.0.0
|
||||||
pytz>=2019.03
|
pytz>=2019.03
|
||||||
pyyaml==5.1.2
|
pyyaml==5.1.2
|
||||||
requests==2.22.0
|
requests==2.22.0
|
||||||
|
@ -11,7 +11,7 @@ jinja2>=2.10.1
|
|||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==2.8
|
cryptography==2.8
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==3.0.6
|
python-slugify==4.0.0
|
||||||
pytz>=2019.03
|
pytz>=2019.03
|
||||||
pyyaml==5.1.2
|
pyyaml==5.1.2
|
||||||
requests==2.22.0
|
requests==2.22.0
|
||||||
|
2
setup.py
2
setup.py
@ -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.8",
|
"cryptography==2.8",
|
||||||
"pip>=8.0.3",
|
"pip>=8.0.3",
|
||||||
"python-slugify==3.0.6",
|
"python-slugify==4.0.0",
|
||||||
"pytz>=2019.03",
|
"pytz>=2019.03",
|
||||||
"pyyaml==5.1.2",
|
"pyyaml==5.1.2",
|
||||||
"requests==2.22.0",
|
"requests==2.22.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user