diff --git a/requirements-tests.txt b/requirements-tests.txt index 160cf61af877..2770130b4b6f 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.1 # 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.357 +pyright==1.1.358 pytype==2024.3.19; platform_system != "Windows" and python_version < "3.12" ruff==0.3.5 # must match .pre-commit-config.yaml