From 74cf2a364e1df7d7d432c8f337395902bc4a4566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:33:43 +0000 Subject: [PATCH] chore(deps-dev): Bump strict-kwargs from 2026.8.16 to 2026.8.24 Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.8.16 to 2026.8.24. - [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.8.16...2026.8.24) --- updated-dependencies: - dependency-name: strict-kwargs dependency-version: 2026.8.24 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 16e729982..50ee488d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,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.8.16", + "strict-kwargs==2026.8.24", "sybil==10.1.0", "towncrier==25.8.0", "ty==0.0.74",