From 544b05d9c63e82e86780ffcf1c843a87f3a6d490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 02:09:59 +0000 Subject: [PATCH] Bump ruff from 0.12.4 to 0.12.5 in /requirements Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.4 to 0.12.5. - [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.12.4...0.12.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index e392d325..66ccf29c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,5 +3,5 @@ packaging==25.0 pytest==8.4.1 pytest-xdist==3.8.0 pytest-cov==6.2.1 -ruff==0.12.4 +ruff==0.12.5 setuptools==80.9.0