From 6b021e921755adab469c05ef57d8bdf7cf8fb443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 08:55:18 +0000 Subject: [PATCH] deps: update ruff requirement in the dev-tooling group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.16.4 - [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.16.3...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 03ee6dd..e2b5500 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ paramiko>=5.0.0 # exercised via mocks; installed so imports resolve # Static analysis. Kept here (not in requirements.txt) so a deployment never # installs them, while CI and a local checkout both get the same versions. -ruff>=0.16.3 +ruff>=0.16.4 mypy>=2.3.1 bandit>=1.9.4 pip-audit>=2.10.1