Update dependency pyright to v1.1.388 (#12969)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-06 18:29:31 -08:00
committed by GitHub
parent 3d853d5fa8
commit b674bfaebf

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.13.0
pyright==1.1.387
pyright==1.1.388
# 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"