From f3535079ae7e4289b0740c0e7793e313056a4357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:38:11 +0000 Subject: [PATCH] chore(deps-dev): Bump strict-kwargs from 2026.8.24 to 2026.8.28 Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.8.24 to 2026.8.28. - [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.24...2026.8.28) --- updated-dependencies: - dependency-name: strict-kwargs dependency-version: 2026.8.28 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 97cd87ce..8435138b 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.24", + "strict-kwargs==2026.8.28", "sybil==10.1.0", "towncrier==25.8.0", "ty==0.0.75",