From 6ea0b29ab74d88b58e0dd0a3fc00432e8ed12d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:46:28 +0000 Subject: [PATCH] chore: bump ruff from 0.16.0 to 0.16.1 in /system Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.0 to 0.16.1. - [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.0...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/requirements.txt b/system/requirements.txt index 386a7f6..5fd48d2 100644 --- a/system/requirements.txt +++ b/system/requirements.txt @@ -16,7 +16,7 @@ pluggy==1.6.0 # makes the in-code `# noqa: S608` / `# noqa: S310` annotations enforce # anything; pytest-cov enforces the coverage floor. coverage is pinned too # because it is what actually computes the number the floor compares against. -ruff==0.16.0 +ruff==0.16.1 pytest-cov==7.1.0 coverage==7.15.2 # Offline export bundle generator (tools/build_export.py) — no system dependency.