build(poetry): Update dependencies

This commit is contained in:
rlaphoenix
2024-04-02 21:52:22 +01:00
parent c3d50cf12c
commit 1db2230892
2 changed files with 188 additions and 111 deletions

View File

@@ -41,7 +41,7 @@ construct = "^2.8.8"
crccheck = "^1.3.0"
jsonpickle = "^3.0.3"
langcodes = { extras = ["data"], version = "^3.3.0" }
lxml = "^5.1.0"
lxml = "^5.2.1"
pproxy = "^2.7.9"
protobuf = "^4.25.3"
pycaption = "^2.2.4"
@@ -70,12 +70,12 @@ marisa-trie = "^1.1.0"
[tool.poetry.dev-dependencies]
pre-commit = "^3.7.0"
mypy = "^1.9.0"
mypy-protobuf = "^3.5.0"
mypy-protobuf = "^3.6.0"
types-protobuf = "^4.24.0.20240311"
types-PyMySQL = "^1.1.0.1"
types-requests = "^2.31.0.20240311"
types-requests = "^2.31.0.20240402"
isort = "^5.13.2"
ruff = "~0.3.4"
ruff = "~0.3.5"
[tool.poetry.scripts]
devine = "devine.core.__main__:main"