From c13846813c0837165de6f0026f4ea4fa0c6cb5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:51:39 +0100 Subject: [PATCH] Bump unidecode from 1.3.6 to 1.3.7 (#289) Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/kmike/text-unidecode/releases) - [Commits](https://github.com/kmike/text-unidecode/commits) --- updated-dependencies: - dependency-name: unidecode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ec2a67..efaccd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ pyrsistent==0.19.3 requests==2.31.0 ruamel.yaml==0.18.5 six==1.16.0 -Unidecode==1.3.6 +Unidecode==1.3.7 urllib3==2.0.7