diff --git a/pyproject.toml b/pyproject.toml index f79a99d..39b92fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,18 +25,18 @@ scikit-learn = "^1.5.2" PyQt5 = "^5.15.11" [tool.poetry.group.dev.dependencies] -pytest = "^8.2.2" +pytest = "^9.0.0" mypy = "^1.10.1" -ruff = "^0.12.0" +ruff = "^0.14.4" pre-commit = "^4.1.0" pyyaml = "^6.0.1" matplotlib = "^3.9.1" -ipykernel = "^6.29.5" +ipykernel = "^7.1.0" hypothesis = "^6.122.1" scipy-stubs = "^1.15.2" types-pyyaml = "^6.0.12" microsoft-python-type-stubs = {git = "https://github.com/microsoft/python-type-stubs.git"} -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" [tool.ruff]