From ae5c376beb17ca7f2ad1d6fad64d458ea50b921d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:41:55 -0500 Subject: [PATCH] chore(deps): update dependency lint/ruff to v0.4.2 (#564) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38437ee0..4e3ef3b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ lint = [ "black==24.4.0", "codespell[toml]==2.2.6", - "ruff==0.3.7", + "ruff==0.4.2", "yamllint==1.35.1", ] types = [