From 76d99ef3aadc687ac15683b7506a77ca8258d1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:06:55 +0000 Subject: [PATCH 1/2] Bump https://github.com/astral-sh/ruff-pre-commit from v0.16.0 to 0.16.1 Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.16.0 to 0.16.1. - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 809f4c630..f7c1f01dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: docformatter args: [--in-place, --black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-format - id: ruff-check From c2d53bfedd9b0620968237c19ee95a5c3fb1533c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:09:26 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2996.misc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2996.misc.md diff --git a/changes/2996.misc.md b/changes/2996.misc.md new file mode 100644 index 000000000..a63326455 --- /dev/null +++ b/changes/2996.misc.md @@ -0,0 +1 @@ +Updated from v0.16.0 to 0.16.1.