diff --git a/pyproject.toml b/pyproject.toml index f79a99d..f6ffff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,16 +27,16 @@ PyQt5 = "^5.15.11" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2" mypy = "^1.10.1" -ruff = "^0.12.0" +ruff = "^0.14.0" pre-commit = "^4.1.0" pyyaml = "^6.0.1" matplotlib = "^3.9.1" -ipykernel = "^6.29.5" +ipykernel = "^7.0.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]