From 0a632024c0fed85489bc988b16598340e8bf7d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:04:03 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy-strict-kwargs from 2026.5.20.1 to 2026.7.19.1 Bumps [mypy-strict-kwargs](https://github.com/adamtheturtle/mypy-strict-kwargs) from 2026.5.20.1 to 2026.7.19.1. - [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.05.20.1...2026.07.19.1) --- updated-dependencies: - dependency-name: mypy-strict-kwargs dependency-version: 2026.7.19.1 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 eff32755e..44c1644af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ optional-dependencies.dev = [ "furo==2025.12.19", "interrogate==1.7.0", "mypy[faster-cache]==2.3.0", - "mypy-strict-kwargs==2026.5.20.1", + "mypy-strict-kwargs==2026.7.19.1", "prek==0.4.9", "pydocstringformatter==1.0.0", "pydocstyle==6.3",