diff --git a/pyproject.toml b/pyproject.toml index 1f528c2..5045187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,8 +74,8 @@ dependencies = [ [project.optional-dependencies] # Dev tooling - install with: pip install -e ".[dev]" dev = [ - "pytest>=9.1.0", - "ruff>=0.15.17", + "pytest>=9.1.1", + "ruff>=0.15.18", ] [build-system]