From 5188d7597f191a14826d8d75a7d729fd486a9111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:26:10 +0000 Subject: [PATCH 1/2] chore(deps-dev): Bump strict-kwargs from 2026.5.20 to 2026.6.4 Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.5.20 to 2026.6.4. - [Release notes](https://github.com/adamtheturtle/strict-kwargs/releases) - [Changelog](https://github.com/adamtheturtle/strict-kwargs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/strict-kwargs/compare/2026.5.20...2026.6.4) --- updated-dependencies: - dependency-name: strict-kwargs dependency-version: 2026.6.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bbe1e425..82c3d1475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ optional-dependencies.dev = [ # ``sphinxcontrib-towncrier`` renders unreleased news fragments # into docs/source/unreleased.rst during Sphinx builds. "sphinxcontrib-towncrier==0.5.0a0", - "strict-kwargs==2026.5.20", + "strict-kwargs==2026.6.4", "sybil==10.0.1", "tenacity==9.1.4", "towncrier==25.8.0", From 068a5f21b1eac2920a9ce71125e0fd9096120258 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 5 Jun 2026 16:16:21 +0100 Subject: [PATCH 2/2] Fix strict-kwargs pre-commit hook entry for new CLI strict-kwargs 2026.6.4 switched to a Ruff-like CLI where 'fix' is now 'check --fix'. Update the hook entry accordingly. Co-Authored-By: Claude Sonnet 4.6 --- .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 e538951d5..2939ffda6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -341,7 +341,7 @@ repos: - id: strict-kwargs-fix name: strict-kwargs - entry: uv run --extra=dev strict-kwargs fix --diff + entry: uv run --extra=dev strict-kwargs check --fix --diff language: python types_or: [python] additional_dependencies: