diff --git a/pyproject.toml b/pyproject.toml index 972f0e5..1b5c7f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = ["ipython==8.18.1"] type = "virtual" detached = true path = ".venv-lint" -dependencies = ["ruff==0.1.7"] +dependencies = ["ruff==0.1.10"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"