From babe06665e940997b635bee318b04ba2a9a995fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:36:51 +0000 Subject: [PATCH] build(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 2d3e671fec..9073678d68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ setuptools == 80.0.0 # for building Python packages pyelftools == 0.32 # for building U-Boot unidiff == 0.7.5 # for parsing unified diff GitPython == 3.1.44 # for manipulating git repos -unidecode == 1.3.8 # for converting strings to ascii +unidecode == 1.4.0 # for converting strings to ascii coloredlogs == 15.0.1 # for colored logging PyYAML == 6.0.2 # for parsing/writing YAML oras == 0.2.29 # for OCI stuff in mapper-oci-update