From bfd07fbb747efa1d257db0c69ccd1e5581d08f06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:35:22 -0700 Subject: [PATCH] Update dependency pyright to v1.1.404 (#14605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0e1407458..8fe57cf36 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,7 +1,7 @@ # Type checkers that we test our stubs against. These should always # be pinned to a specific version to make failure reproducible. mypy==1.17.1 -pyright==1.1.403 +pyright==1.1.404 # Libraries used by our various scripts. # TODO (2025-05-09): Installing this on Python 3.14 on Windows fails at