From b30c11460cc37a1732db173b7477fc832342d63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:38:32 +0000 Subject: [PATCH] Bump pyright from 1.1.392.post0 to 1.1.403 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.392.post0 to 1.1.403. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.392.post0...v1.1.403) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.403 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3e9683ccd..4753349e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pymongocrypt_source = [ perf = ["simplejson"] typing = [ "mypy==1.17.1", - "pyright==1.1.392.post0", + "pyright==1.1.403", "typing_extensions", "pip" ]