diff --git a/pyproject.toml b/pyproject.toml index 05655ea..bce3fec 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.16.4", "nox", "mypy>=2.3.0"] +dev = ["numpy", "pytest", "pytest-cov", "ruff==0.16.5", "nox", "mypy>=2.3.0"] [tool.hatch.version] path = "src/scitrack/__init__.py"