From a1e803c4a0248ee42441ac215778f43b046602b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:22:56 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3c18e0..6af0c67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ traccia = "traccia.cli:app" [dependency-groups] dev = [ "pytest>=9.0.3,<10", - "ruff>=0.15.12,<1", + "ruff>=0.15.20,<1", ] [tool.hatch.build.targets.wheel]