From c8c0112d2f5665920798fac7758950dc6c9f1183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:26:05 +0900 Subject: [PATCH] Bump ruff from 0.5.0 to 0.6.3 (#891) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a62e0327..e4287aec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "pytest-asyncio==0.23.7", "pytest-cov==5.0.0", "pytest-sugar==1.0.0", - "ruff==0.5.0", + "ruff==0.6.3", "ruff-lsp==0.0.54", "towncrier==23.11.0" ]