From 63deec3275552f4d43d2c9cfce9f6853d16c4972 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <pepe.schlehofer@gmail.com> Date: Thu, 24 Oct 2019 23:12:41 +0200 Subject: [PATCH] Bump python-slugify to 4.0.0 (#28186) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index d2f10c891a9..0e06690c856 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -16,7 +16,7 @@ importlib-metadata==0.23 jinja2>=2.10.1 netdisco==2.6.0 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 diff --git a/requirements_all.txt b/requirements_all.txt index 8ad0f091e66..81009711ed7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -11,7 +11,7 @@ jinja2>=2.10.1 PyJWT==1.7.1 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 diff --git a/setup.py b/setup.py index d2c4934713b..e8b32fd8edf 100755 --- a/setup.py +++ b/setup.py @@ -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", -- GitLab