From 978215588a26bc2d565c772b779b95b0e2bfdb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:35:07 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy-strict-kwargs from 2026.1.12 to 2026.5.19 Bumps [mypy-strict-kwargs](https://github.com/adamtheturtle/mypy-strict-kwargs) from 2026.1.12 to 2026.5.19. - [Release notes](https://github.com/adamtheturtle/mypy-strict-kwargs/releases) - [Changelog](https://github.com/adamtheturtle/mypy-strict-kwargs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/mypy-strict-kwargs/compare/2026.01.12...2026.05.19) --- updated-dependencies: - dependency-name: mypy-strict-kwargs dependency-version: 2026.5.19 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 4469f3c3..88d8503c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.dev = [ "hadolint-bin==2.14.0; sys_platform!='win32'", "interrogate==1.7.0", "mypy[faster-cache]==2.1.0", - "mypy-strict-kwargs==2026.1.12", + "mypy-strict-kwargs==2026.5.19", "prek==0.4.1", "pydocstringformatter==0.7.5", "pylint[spelling]==4.0.5",