From 9666530258abbff1d27d3c17ffb391358bd6a054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 08:27:53 +0000 Subject: [PATCH] pip: update ruff requirement 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.11.10 - [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.9...0.11.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.10 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d43854d..3d9eea8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ hacking>=6.1.0,<7.1 # Apache-2.0 -ruff~=0.11.9 +ruff~=0.11.10 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell