From 922892bdb2ce1a8451f96d0e924f3f162b7cf76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:04:06 +0000 Subject: [PATCH] Update unidecode requirement from ~=1.3 to ~=1.4 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] --- requirements_maint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_maint.txt b/requirements_maint.txt index e6ba00ce48..62e3abd7fb 100644 --- a/requirements_maint.txt +++ b/requirements_maint.txt @@ -1,3 +1,3 @@ pygithub~=2.6 ruamel-yaml~=0.18 -Unidecode~=1.3 +Unidecode~=1.4