From 94e04945f845fae381420762d0a229ef0737e2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Bump=20ruff=20from?= =?UTF-8?q?=200.2.2=20to=200.3.0=20(#269)?= 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 7f899ba7..463b9570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ "pytest>=7.4.0", - "ruff==0.2.2", + "ruff==0.3.0", "pytest-rerunfailures>=11.0", "build", ] # fmt: skip