From 7ce3aa84cf6629f0e0f0e1b83b05ac2fb9329183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:13:01 +0000 Subject: [PATCH] Bump ruff from 0.11.13 to 0.12.0 in /requirements Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to 0.12.0. - [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.11.13...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a6c131e6..ac9c9b40 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,5 +3,5 @@ packaging==25.0 pytest==8.4.0 pytest-xdist==3.7.0 pytest-cov==6.2.1 -ruff==0.11.13 +ruff==0.12.0 setuptools==80.9.0