From 45f270c5ac48e0aefbfd4c868fba2661b0d1d9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:36:16 +0000 Subject: [PATCH 1/2] Bump ruff from 0.15.20 to 0.16.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 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.15.20...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 f1f913a..49c9d59 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest==9.1.1 pytest-cov==7.1.0 responses==0.26.2 -ruff==0.15.20 +ruff==0.16.1 mypy==2.1.0 types-requests==2.33.0.20260712 types-PyYAML==6.0.12.20260518 From e58c94819d501d6f2a8fd82ac8fa11af8b102bd2 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 3 Aug 2026 11:38:17 +0200 Subject: [PATCH 2/2] chore: sync ruff pre-commit hook with requirements-dev.txt Dependabot bumps requirements-dev.txt but not the matching hook rev, so the two drift and pre-commit lints with a different ruff than CI. Pins the hook to v0.16.1 to match ruff==0.16.1. Note the drift predates this PR: main had ruff==0.15.20 against rev v0.15.17. Co-Authored-By: Claude Opus 5 (1M context) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7f5826..2ef1708 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.17 + rev: v0.16.1 hooks: - id: ruff args: [--fix]