build(poetry): Update dependencies

This commit is contained in:
rlaphoenix
2024-04-16 06:06:05 +01:00
parent 3abb869d80
commit 920ce8375b
2 changed files with 137 additions and 137 deletions

View File

@@ -39,12 +39,12 @@ Brotli = "^1.1.0"
click = "^8.1.7"
construct = "^2.8.8"
crccheck = "^1.3.0"
jsonpickle = "^3.0.3"
jsonpickle = "^3.0.4"
langcodes = { extras = ["data"], version = "^3.3.0" }
lxml = "^5.2.1"
pproxy = "^2.7.9"
protobuf = "^4.25.3"
pycaption = "^2.2.4"
pycaption = "^2.2.6"
pycryptodomex = "^3.20.0"
pyjwt = "^2.8.0"
pymediainfo = "^6.1.0"
@@ -62,20 +62,18 @@ Unidecode = "^1.3.8"
urllib3 = "^2.2.1"
chardet = "^5.2.0"
curl-cffi = "^0.6.2"
# Temporary explicit versions of these langcodes dependencies as language-data v1.1
# uses marisa-trie v0.7.8 which doesn't have Python 3.12 wheels.
language-data = "^1.2.0.dev3"
language-data = "^1.2.0"
marisa-trie = "^1.1.0"
[tool.poetry.dev-dependencies]
pre-commit = "^3.7.0"
mypy = "^1.9.0"
mypy-protobuf = "^3.6.0"
types-protobuf = "^4.24.0.20240311"
types-protobuf = "^4.24.0.20240408"
types-PyMySQL = "^1.1.0.1"
types-requests = "^2.31.0.20240403"
types-requests = "^2.31.0.20240406"
isort = "^5.13.2"
ruff = "~0.3.5"
ruff = "~0.3.7"
[tool.poetry.scripts]
devine = "devine.core.__main__:main"