From 501c5489fd31c9d57c48271d067179ca0f77791a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 04:36:34 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72c6104..6310d3c 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.6.5"] +dependencies = ["ruff==0.6.6"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"