diff --git a/requirements-tests.txt b/requirements-tests.txt index 35b315d0e5a8..5b16f2a6b597 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.1 pre-commit-hooks==4.6.0 # must match .pre-commit-config.yaml -pyright==1.1.372 +pyright==1.1.373 pytype==2024.4.11; platform_system != "Windows" and python_version < "3.12" ruff==0.5.4 # must match .pre-commit-config.yaml