mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Upgrade python-slugify to 3.0.2 (#22997)
This commit is contained in:
parent
73a473ac29
commit
18cf8275b8
@ -8,7 +8,7 @@ jinja2>=2.10
|
|||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==2.6.1
|
cryptography==2.6.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==3.0.2
|
||||||
pytz>=2019.01
|
pytz>=2019.01
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
|
@ -9,7 +9,7 @@ jinja2>=2.10
|
|||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==2.6.1
|
cryptography==2.6.1
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==1.2.6
|
python-slugify==3.0.2
|
||||||
pytz>=2019.01
|
pytz>=2019.01
|
||||||
pyyaml>=3.13,<4
|
pyyaml>=3.13,<4
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
|
2
setup.py
2
setup.py
@ -43,7 +43,7 @@ REQUIRES = [
|
|||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
'cryptography==2.6.1',
|
'cryptography==2.6.1',
|
||||||
'pip>=8.0.3',
|
'pip>=8.0.3',
|
||||||
'python-slugify==1.2.6',
|
'python-slugify==3.0.2',
|
||||||
'pytz>=2019.01',
|
'pytz>=2019.01',
|
||||||
'pyyaml>=3.13,<4',
|
'pyyaml>=3.13,<4',
|
||||||
'requests==2.21.0',
|
'requests==2.21.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user