From 42db3470725c4d0891cc48a51292f66bdaae5d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:26:04 +0200 Subject: [PATCH] Update unidecode requirement from <=1.3.4,>=1.0 to >=1.0,<1.3.7 (#469) 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] 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 9cddc8e5..3c351015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ aiosqlite>=0.13,<=0.17 python-slugify>=4.0,<6.1.3 memory-tempfile<=2.2.3 pillow>=8.0,<=9.2.0 -unidecode>=1.0,<=1.3.4 +unidecode>=1.0,<1.3.7 mashumaro>=3.0,<=3.1 xmltodict>=0.12.0,<=0.13.0 ytmusicapi>=0.22.0,<=0.23.0 -- 2.34.1