1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Bump python-slugify to 4.0.0 (#28186)

This commit is contained in:
Josef Schlehofer
2019-10-24 23:12:41 +02:00
committed by cgtobi
parent 98ac8a217d
commit 63deec3275
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ REQUIRES = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==2.8",
"pip>=8.0.3",
"python-slugify==3.0.6",
"python-slugify==4.0.0",
"pytz>=2019.03",
"pyyaml==5.1.2",
"requests==2.22.0",