From e57eeb82886de89d71dc875edd5f77f6e9507271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 07:29:30 -0500 Subject: [PATCH] Update unidecode requirement from ==1.3.* to ==1.4.* in /docker/main (#24320) Updates the requirements on [unidecode](https://github.com/kmike/text-unidecode) to permit the latest version. - [Release notes](https://github.com/kmike/text-unidecode/releases) - [Commits](https://github.com/kmike/text-unidecode/commits) --- updated-dependencies: - dependency-name: unidecode dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index cee4c5f37c..b7900e7f97 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -34,7 +34,7 @@ types-requests == 2.32.* norfair == 2.3.* setproctitle == 1.3.* ws4py == 0.5.* -unidecode == 1.3.* +unidecode == 1.4.* titlecase == 2.4.* # Image Manipulation numpy == 1.26.*