From efe99fce0232c5ca732c8f2e823c65628a613aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:59:52 +0100 Subject: [PATCH] Update dependency pyright to v1.1.369 (#12171) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 6faf0c2a4..15dc243ed 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.10.0 pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml -pyright==1.1.367 +pyright==1.1.369 pytype==2024.4.11; platform_system != "Windows" and python_version < "3.12" ruff==0.3.7 # must match .pre-commit-config.yaml