From 40fc5f4fb8b72309b23520b09e7ea19ea65b3398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:37:39 +0000 Subject: [PATCH] Bump ruff from 0.2.0 to 0.3.0 (#156) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 288142a..3cf0447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ docs = [ "sphinx_mdinclude==0.5.3", ] lint = [ - "ruff==0.2.0", + "ruff==0.3.0", ] test = [ "pytest==8.0.0",