chore: update packages
Some checks failed
Build Python Package / build (push) Failing after 4s

This commit is contained in:
2025-02-04 01:48:07 +01:00
parent 84f07a5284
commit 767f1331a3
2 changed files with 100 additions and 25 deletions

View File

@@ -21,7 +21,9 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
black = "^25.1.0"
ruff = "^0.9.4"
pyright = "^1.1.393"
[tool.poetry.dependencies]
pysim = {develop = true}