Bump pyright to 1.1.140 (#5480)

This commit is contained in:
Jake Bailey
2021-05-16 19:20:18 -07:00
committed by GitHub
parent 453963b536
commit 0351168b40
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import subprocess
import sys
from pathlib import Path
_PYRIGHT_VERSION = "1.1.138" # Must match tests.yml.
_PYRIGHT_VERSION = "1.1.140" # Must match tests.yml.
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")