Update dependency pyright to v1.1.399 (#13813)

This commit is contained in:
renovate[bot]
2025-04-11 02:44:40 +02:00
committed by GitHub
parent 4a89c1b44c
commit 39cfcdeca3
+1 -1
View File
@@ -1,7 +1,7 @@
# Type checkers that we test our stubs against. These should always
# be pinned to a specific version to make failure reproducible.
mypy==1.15.0
pyright==1.1.398
pyright==1.1.399
# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"