From 0249a08201529346024d191c7cc098365375d5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:36:28 -0500 Subject: [PATCH] Bump mypy from 1.14.1 to 1.17.1 (#2452) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7e316190..da2a425c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pymongocrypt_source = [ ] perf = ["simplejson"] typing = [ - "mypy==1.14.1", + "mypy==1.17.1", "pyright==1.1.392.post0", "typing_extensions", "pip"