From c3dfeadf57af73eb91e117543072e23b6026d284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:45:33 +0000 Subject: [PATCH] Update dependency pyright to v1.1.356 (#11666) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 6f3514f93..8ea62412f 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.3.0 # must match .pre-commit-config.yaml mypy==1.9.0 pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml -pyright==1.1.355 +pyright==1.1.356 pytype==2024.3.19; platform_system != "Windows" and python_version < "3.12" ruff==0.3.2 # must match .pre-commit-config.yaml