From 4ca01c71f7203fdac4940db556070dd4e5455680 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:32:31 +0000 Subject: [PATCH] chore(deps): update dependency lint/ruff to v0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd728048..04935607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ lint = [ "black==24.2.0", "codespell[toml]==2.2.6", - "ruff==0.3.0", + "ruff==0.3.2", "yamllint==1.35.1", ] types = [