fix(deps): update dependency ftfy to v6.3.0 (#13480)

This commit is contained in:
renovate[bot] 2024-10-15 19:59:17 -04:00 committed by GitHub
parent edd7dfb5d8
commit 240de1239e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -889,17 +889,17 @@ tqdm = ["tqdm"]
[[package]] [[package]]
name = "ftfy" name = "ftfy"
version = "6.2.3" version = "6.3.0"
description = "Fixes mojibake and other problems with Unicode, after the fact" description = "Fixes mojibake and other problems with Unicode, after the fact"
optional = false optional = false
python-versions = "<4,>=3.8.1" python-versions = ">=3.9"
files = [ files = [
{file = "ftfy-6.2.3-py3-none-any.whl", hash = "sha256:f15761b023f3061a66207d33f0c0149ad40a8319fd16da91796363e2c049fdf8"}, {file = "ftfy-6.3.0-py3-none-any.whl", hash = "sha256:17aca296801f44142e3ff2c16f93fbf6a87609ebb3704a9a41dd5d4903396caf"},
{file = "ftfy-6.2.3.tar.gz", hash = "sha256:79b505988f29d577a58a9069afe75553a02a46e42de6091c0660cdc67812badc"}, {file = "ftfy-6.3.0.tar.gz", hash = "sha256:1c7d6418e72b25a7760feb150acf574b86924dbb2e95b32c0b3abbd1ba3d7ad6"},
] ]
[package.dependencies] [package.dependencies]
wcwidth = ">=0.2.12,<0.3.0" wcwidth = "*"
[[package]] [[package]]
name = "gevent" name = "gevent"