From 1867ff3da3fc69ff90a5810d91a65147173ac09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 07:07:13 +0000 Subject: [PATCH] chore(deps): Bump unidecode from 1.3.8 to 1.4.0 Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.3.8 to 1.4.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c45b72..7b56620 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ structlog==23.2.0 # File handling python-multipart>=0.0.18 -Unidecode==1.3.8 +Unidecode==1.4.0 # System monitoring for performance tests psutil==5.9.6