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