From 68e234e93180bf16c47284ccc953bd08c5135dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Bump=20ruff=20from?= =?UTF-8?q?=200.4.4=20to=200.4.5=20(#292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] 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 f40b72a3..7bffcb96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ "pytest>=7.4.0", - "ruff==0.4.4", + "ruff==0.4.5", "pytest-rerunfailures>=11.0", "build", ] # fmt: skip