From 4ee9c936bd4c80b31c4ff6f4c600361bb0f75de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 02:24:45 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c007ab0..49ddd52 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.2.2"] +dependencies = ["ruff==0.3.1"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"