From b01356360e16332dd1398eb96b18abd5d2430beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:33:06 +0000 Subject: [PATCH] chore(deps-dev): Bump strict-kwargs from 2026.7.24 to 2026.8.16 Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.7.24 to 2026.8.16. - [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.7.24...2026.8.16) --- updated-dependencies: - dependency-name: strict-kwargs dependency-version: 2026.8.16 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 3b29029f..1098e0f0 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.7.24", + "strict-kwargs==2026.8.16", "sybil==10.1.0", "towncrier==25.8.0", "ty==0.0.72",