From 3bc1b99385417817e23d976c1503b3575c7fa014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:14:48 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ==0.11.* to ==0.12.* 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.11.0...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index bbc35dc4..f012061b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,7 +5,7 @@ pytest-cov == 6.1.* pytest-timeout == 2.4.* pytest-xdist == 3.7.* black == 25.* -ruff == 0.11.* +ruff == 0.12.* mypy == 1.16.* psutil == 7.0.* types-PyYAML ~= 6.0