From 0d8afc72c2304d21d1286e93ce675019acd4d840 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Mon, 22 Jan 2024 10:10:02 +0100
Subject: [PATCH] Update python-slugify to 8.0.1 (#108373)

---
 homeassistant/package_constraints.txt | 2 +-
 pyproject.toml                        | 2 +-
 requirements.txt                      | 2 +-
 requirements_test.txt                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index e338e334290..9b004eb2f85 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -46,7 +46,7 @@ PyJWT==2.8.0
 PyNaCl==1.5.0
 pyOpenSSL==23.2.0
 pyserial==3.5
-python-slugify==4.0.1
+python-slugify==8.0.1
 PyTurboJPEG==1.7.1
 pyudev==0.23.2
 PyYAML==6.0.1
diff --git a/pyproject.toml b/pyproject.toml
index 7fcdeac3fb8..99027f29b8d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ dependencies    = [
     "orjson==3.9.12",
     "packaging>=23.1",
     "pip>=21.3.1",
-    "python-slugify==4.0.1",
+    "python-slugify==8.0.1",
     "PyYAML==6.0.1",
     "requests==2.31.0",
     "typing-extensions>=4.9.0,<5.0",
diff --git a/requirements.txt b/requirements.txt
index 948811d4940..cd5a84a506d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -25,7 +25,7 @@ pyOpenSSL==23.2.0
 orjson==3.9.12
 packaging>=23.1
 pip>=21.3.1
-python-slugify==4.0.1
+python-slugify==8.0.1
 PyYAML==6.0.1
 requests==2.31.0
 typing-extensions>=4.9.0,<5.0
diff --git a/requirements_test.txt b/requirements_test.txt
index 06853ec93a2..99099de41a6 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -45,7 +45,7 @@ types-Pillow==10.1.0.20240106
 types-protobuf==4.24.0.20240106
 types-psutil==5.9.5.20240106
 types-python-dateutil==2.8.19.20240106
-types-python-slugify==0.1.2
+types-python-slugify==8.0.0.3
 types-pytz==2023.3.1.1
 types-PyYAML==6.0.12.12
 types-requests==2.31.0.3
-- 
GitLab