diff --git a/pyproject.toml b/pyproject.toml index d80dec2f..862243c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "cruft", "pyright==1.1.330.post0", "pre-commit==3.4.0", - "ruff==0.0.292", # important that these match the pre-commit hooks + "ruff==0.1.3", # important that these match the pre-commit hooks "black[jupyter]==23.9.1", # important that these match the pre-commit hooks "pandas-stubs", # type stubs for pandas "invoke==2.1.1",