From 8651264fa17a426ca39c17be20defc71e45fc1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:23:23 +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.11...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 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 03b4fd5..75a8e90 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.11,<1", + "ruff>=0.15.12,<1", ] [tool.hatch.build.targets.wheel]