From 01614fa273b34fae65f950126bca44b9742b516b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:26:15 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.12.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63b18a1..bce3036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ development = "python function/main.py --insecure --debug" # This special environment is used by hatch fmt. [tool.hatch.envs.hatch-static-analysis] -dependencies = ["ruff==0.12.5"] +dependencies = ["ruff==0.12.7"] config-path = "none" # Disable Hatch's default Ruff config. [tool.ruff]