From d3f51028d4bd53e86b0a04b3e32611e232b69900 Mon Sep 17 00:00:00 2001 From: Panadestein <15854703+Panadestein@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:34:10 +0000 Subject: [PATCH] chore(deps-dev): update ruff from 0.15.12 to 0.16.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e01783..bbd881c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ Discussions = "https://github.com/Algorithmiq/src-method/discussions" [dependency-groups] test = ["pytest-cov>=4.0", "pytest>=9.1.0,<10.0", "pytest-benchmark>=5.2.3"] -dev = ["scalene", "pre-commit>=3", "ruff==0.15.12", { include-group = "test" }] +dev = ["scalene", "pre-commit>=3", "ruff==0.16.5", { include-group = "test" }] interactive = [ "ipykernel>=7.2.0", "matplotlib>=3.11.0",