From 66dda5f18a98da6ca23b4f561fb2b716d3e2db08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 04:17:24 +0000 Subject: [PATCH] Bump unidecode from 1.2.0 to 1.3.6 Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.2.0 to 1.3.6. - [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-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 2414f47..06fcd25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psycopg2-binary==2.9.2 texttable==1.6.3 -Unidecode==1.2.0 +Unidecode==1.3.6 python-magic==0.4.22 python-slugify==4.0.1 sqlalchemy==1.4.27