From 202f1f2e844a36f5fbb89bd410024362aa16b766 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:25:21 +0000 Subject: [PATCH] Bump unidecode from 1.1.1 to 1.2.0 in /src/requirements Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/kmike/text-unidecode/releases) - [Commits](https://github.com/kmike/text-unidecode/commits/1.2) Signed-off-by: dependabot-preview[bot] --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index e2ce1073..916fc1f1 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -33,7 +33,7 @@ pyOpenSSL==19.1.0 PyPDF2==1.26.0 python-magic==0.4.18 service-identity==18.1.0 -Unidecode==1.1.1 +Unidecode==1.2.0 wheel==0.36.2 # pillow is only here to make old migrations run