From f7c03486ee01c8ea74823db75e017341bf3c2ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:08:34 -0400 Subject: [PATCH] Update dependency pyright to v1.1.364 (#12005) 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 7b5ceac8b..6360bab6b 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.4.1 # must match .pre-commit-config.yaml mypy==1.10.0 pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml -pyright==1.1.363 +pyright==1.1.364 pytype==2024.4.11; platform_system != "Windows" and python_version < "3.12" ruff==0.3.7 # must match .pre-commit-config.yaml