From 37a4a9a16abd788054b043de68f2a06fe4d5b8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:46:25 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.4.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41a5878..64b00da 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.4.2"] +dependencies = ["ruff==0.4.9"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"