From 0d9c130edd42217560898345f75921a99ee3a472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:49:30 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c74b430a..d861b2eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "django-import-export==2.7.1", "pypandoc==1.12", "panflute==2.3.1", - "Unidecode==1.3.8", + "Unidecode==1.4.0", ] [project.optional-dependencies]