From 8d7324a66802c48727cc8c22db2bacd34d3417a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 04:22:41 +0000 Subject: [PATCH] Bump unidecode from 1.2.0 to 1.3.0 Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/kmike/text-unidecode/releases) - [Commits](https://github.com/kmike/text-unidecode/compare/1.2...1.3) --- 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 5848b34..6422863 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psycopg2-binary==2.8.6 texttable==1.6.3 -Unidecode==1.2.0 +Unidecode==1.3.0 python-magic==0.4.22 python-slugify==4.0.1 sqlalchemy==1.3.23