Skip to content

Commit 60ee697

Browse files
committed
Update dev deps
1 parent 0291eba commit 60ee697

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ python = "^3.9"
1919
# Bump up to python 3.11 fixes the issue as it seems fixed in the stdlib of 3.11
2020
serde = "^0.8.1"
2121

22-
[tool.poetry.dev-dependencies]
23-
pytest = "*"
24-
black = "^22"
25-
mypy = "*"
22+
[tool.poetry.group.dev.dependencies]
23+
black = "^24.10.0"
24+
fire = "^0.7.0"
25+
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"
2630

2731
[build-system]
2832
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)