diff --git a/pyproject.toml b/pyproject.toml index 2b6bba6..1cc51a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ development = "python function/main.py --insecure --debug" type = "virtual" detached = true path = ".venv-lint" -dependencies = ["ruff==0.11.2"] +dependencies = ["ruff==0.11.5"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"