chore(api): update dependency unidecode to v1.3.8
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2717>
This commit is contained in:
parent
06f0cf90f0
commit
cb307cf296
|
@ -3957,13 +3957,13 @@ unidecode = "*"
|
|||
|
||||
[[package]]
|
||||
name = "unidecode"
|
||||
version = "1.3.7"
|
||||
version = "1.3.8"
|
||||
description = "ASCII transliterations of Unicode text"
|
||||
optional = false
|
||||
python-versions = ">=3.5"
|
||||
files = [
|
||||
{file = "Unidecode-1.3.7-py3-none-any.whl", hash = "sha256:663a537f506834ed836af26a81b210d90cbde044c47bfbdc0fbbc9f94c86a6e4"},
|
||||
{file = "Unidecode-1.3.7.tar.gz", hash = "sha256:3c90b4662aa0de0cb591884b934ead8d2225f1800d8da675a7750cbc3bd94610"},
|
||||
{file = "Unidecode-1.3.8-py3-none-any.whl", hash = "sha256:d130a61ce6696f8148a3bd8fe779c99adeb4b870584eeb9526584e9aa091fd39"},
|
||||
{file = "Unidecode-1.3.8.tar.gz", hash = "sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4559,4 +4559,4 @@ typesense = ["typesense"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8,<3.12"
|
||||
content-hash = "83c67f4a4fc1857cb358d345d047d9b68a220eff8f3493bc50702c8080c2d8d3"
|
||||
content-hash = "0d7d205a82225cbde5a2b0a1872ca8e0b0e9b80ca09787ec862e32b82e1c4633"
|
||||
|
|
|
@ -86,7 +86,7 @@ sentry-sdk = "==1.19.1"
|
|||
watchdog = "==2.2.1"
|
||||
troi = { git = "https://github.com/metabrainz/troi-recommendation-playground.git", tag = "v-2023-10-30.0"}
|
||||
lb-matching-tools = { git = "https://github.com/metabrainz/listenbrainz-matching-tools.git", branch = "main"}
|
||||
unidecode = "==1.3.7"
|
||||
unidecode = "==1.3.8"
|
||||
pycountry = "22.3.5"
|
||||
|
||||
# Typesense
|
||||
|
|
Loading…
Reference in New Issue