From 62c618c57ab342d1aa8f973691e6f136143f5e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:11:38 +0000 Subject: [PATCH] Update unidecode requirement from ~=1.3.6 to ~=1.3.7 Updates the requirements on [unidecode](https://github.com/kmike/text-unidecode) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d4a2485..a4a43a8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django~=4.2.7 pillow~=10.0.1 django-crispy-forms~=1.14.0 Markdown~=3.4.3 -Unidecode~=1.3.6 +Unidecode~=1.3.7 Pygments~=2.14.0 django-mdeditor~=0.1.20 requests~=2.31.0