From 5c53fcf0066d60ba9bd61ffeaea5dcefd666b2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:05:38 +0000 Subject: [PATCH] pip: update ruff requirement in /client in the pip-updates group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.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.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- client/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/test-requirements.txt b/client/test-requirements.txt index dd08abe4..2478a64c 100644 --- a/client/test-requirements.txt +++ b/client/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.14.14 +ruff~=0.15.1 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0