From 216736dbaa8f01e341b2950b4e36b0aaf760c896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:14:19 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.1.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bdf21d..d194c02 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.1.13"] +dependencies = ["ruff==0.1.14"] [tool.hatch.envs.lint.scripts] check = "ruff check function tests && ruff format --diff function tests"