diff --git a/pyproject.toml b/pyproject.toml index 0a61bec..33287cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Documentation = "https://github.com/HuttleyLab/scitrack" "Source Code" = "https://github.com/HuttleyLab/scitrack" [dependency-groups] -dev = ["numpy", "pytest", "pytest-cov", "ruff==0.15.17", "nox", "mypy>=2.1.0"] +dev = ["numpy", "pytest", "pytest-cov", "ruff==0.15.18", "nox", "mypy>=2.1.0"] [tool.hatch.version] path = "src/scitrack/__init__.py"