From 0a3ffe8338b55f178dcb2b0463b0d6d317d60763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:53:43 +0000 Subject: [PATCH] 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 510eeed7..bc11b396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,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.10", "pydocstringformatter==1.0.0", "pylint[spelling]==4.0.6",