From 650b894381cfdd7730afa39b321fcfd3bed4b404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:25:04 +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 1d8cfdca..b60b19b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.dev = [ "furo==2025.12.19", "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.0", "pydocstringformatter==0.7.5", "pydocstyle==6.3",