From da946f36da60bcfccb290be1bd24be1dbf4a9085 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 15 Aug 2023 12:39:37 +0200 Subject: [PATCH] Bump pytype to 2023.8.14 (#10581) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index ba70abe09..de3e7a2aa 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -9,7 +9,7 @@ flake8-pyi==23.6.0; python_version >= "3.8" # must match .pre-commit-confi isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml mypy==1.4.1 pre-commit-hooks==4.4.0 # must match .pre-commit-config.yaml -pytype==2023.7.21; platform_system != "Windows" and python_version >= "3.8" and python_version < "3.11" +pytype==2023.8.14; platform_system != "Windows" and python_version >= "3.8" and python_version < "3.11" ruff==0.0.280 # must match .pre-commit-config.yaml # Libraries used by our various scripts.