From 013bc037e311b61d9b8565143d682ab4b6823de6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:26:04 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c6ce1b..f5bd0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,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.6.9"] +dependencies = ["ruff==0.7.1"] config-path = "none" # Disable Hatch's default Ruff config. [tool.ruff]