From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:26:04 +0000 (+0200) Subject: Update unidecode requirement from <=1.3.4,>=1.0 to >=1.0,<1.3.7 (#469) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=42db3470725c4d0891cc48a51292f66bdaae5d5a;p=music-assistant-server.git 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> --- 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