We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ad0b commit 1db5cdeCopy full SHA for 1db5cde
pyproject.toml
@@ -51,8 +51,8 @@ more_itertools = ">=10.0.0"
51
build = "~1.2.0"
52
griffe = "~1.2.0"
53
ipdb = "~0.13.0"
54
-mypy = "~1.11.0"
55
-pre-commit = "~3.8.0"
+mypy = "~1.13.0"
+pre-commit = "~4.0.0"
56
pydoc-markdown = "~4.8.0"
57
pytest = "~8.3.0"
58
pytest-asyncio = "~0.24.0"
@@ -61,8 +61,8 @@ pytest-only = "~2.1.0"
61
pytest-timeout = "~2.3.0"
62
pytest-xdist = "~3.6.0"
63
redbaron = "~0.9.0"
64
-ruff = "~0.6.0"
65
-setuptools = "~74.0.0" # setuptools are used by pytest but not explicitly required
+ruff = "~0.7.0"
+setuptools = "~75.0.0" # setuptools are used by pytest but not explicitly required
66
67
[tool.ruff]
68
line-length = 150
0 commit comments