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 0291eba commit 60ee697Copy full SHA for 60ee697
1 file changed
pyproject.toml
@@ -19,10 +19,14 @@ python = "^3.9"
19
# Bump up to python 3.11 fixes the issue as it seems fixed in the stdlib of 3.11
20
serde = "^0.8.1"
21
22
-[tool.poetry.dev-dependencies]
23
-pytest = "*"
24
-black = "^22"
25
-mypy = "*"
+[tool.poetry.group.dev.dependencies]
+black = "^24.10.0"
+fire = "^0.7.0"
+isort = "^5.12.0"
26
+mypy = "^1.5.0"
27
+pip-audit = "^2.7.3"
28
+pytest = "^8.3.4"
29
+ruff = "^0.9.2"
30
31
[build-system]
32
requires = ["poetry-core>=1.0.0"]
0 commit comments