From 758e28e50862dea88952b2593bb0d82cf216e566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:38:45 +0000 Subject: [PATCH] chore(deps-dev): Bump strict-kwargs from 2026.5.19.post1 to 2026.5.20 Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.5.19.post1 to 2026.5.20. - [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.19-post.1...2026.5.20) --- updated-dependencies: - dependency-name: strict-kwargs dependency-version: 2026.5.20 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91e753b2b..9daf8d7ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ optional-dependencies.dev = [ "sphinx-toolbox==4.2.0rc1", "sphinxcontrib-httpdomain==2.0.0", "sphinxcontrib-spelling==8.0.2", - "strict-kwargs==2026.5.19.post1", + "strict-kwargs==2026.5.20", "sybil==10.0.1", "tenacity==9.1.4", "ty==0.0.37",