diff --git a/pyproject.toml b/pyproject.toml index 22c8506..96b92c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ development = "python function/main.py --insecure --debug" type = "virtual" detached = true path = ".venv-lint" -dependencies = ["ruff==0.5.1"] +dependencies = ["ruff==0.5.2"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"