From f00e55e61eb321065c193c0c1df632fd6e03af86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:56:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?y=20ruff=20to=20v0.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d485fe8..e003175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dynamic = ["version"] [project.optional-dependencies] -dev = ["pytest>=7.4.4", "ruff==0.13.2", "pyright>=1.1.293", "build"] +dev = ["pytest>=7.4.4", "ruff==0.14.0", "pyright>=1.1.293", "build"] [tool.pyright] include = ["src", "tests"]