From 938792c8e0e4d407c021fc098f703945cbb8ce10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 00:38:33 +0000 Subject: [PATCH] Update dependency ruff to v0.11.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ceee709..c6baee9 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.8"] +dependencies = ["ruff==0.11.2"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"