From 119cd09655dcb4ed7fb2021654ba809b8d88846f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:34:39 -0700 Subject: [PATCH] Update dependency pyright to v1.1.382.post1 (#12699) 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 6162b3947..576d7b51d 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,7 +7,7 @@ flake8-noqa==1.4.0 # must match .pre-commit-config.yaml flake8-pyi==24.6.0 # must match .pre-commit-config.yaml mypy==1.11.1 pre-commit-hooks==4.6.0 # must match .pre-commit-config.yaml -pyright==1.1.382.post0 +pyright==1.1.382.post1 # pytype can be installed on Windows, but requires building wheels, let's not do that on the CI pytype==2024.9.13; platform_system != "Windows" and python_version < "3.13" ruff==0.5.4 # must match .pre-commit-config.yaml