From 7e2f12adb6a08fb23022f1eb4f2886f8eac456ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:26:59 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ==0.14.* to ==0.15.* 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.14.0...0.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 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 a2f33d93..9021c266 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,5 +5,5 @@ pytest-timeout == 2.4.* pytest-xdist == 3.8.* types-PyYAML ~= 6.0 black == 25.* -ruff == 0.14.* +ruff == 0.15.* mypy == 1.19.* \ No newline at end of file