diff --git a/pyproject.toml b/pyproject.toml index ef91830..1919139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,11 +44,11 @@ include = ["src/fluxopt_plot/", "LICENSE", "README.md"] [dependency-groups] dev = [ - "mypy==1.19.1", + "mypy==1.20.0", "pre-commit==4.5.1", "pytest==9.0.2", "pytest-cov==7.0.0", - "ruff==0.15.5", + "ruff==0.15.9", ] docs = [ "mike==2.1.4",