bump various dependencies (#5551)

This commit is contained in:
Jelle Zijlstra
2021-05-29 10:05:09 -07:00
committed by GitHub
parent f562713939
commit e47eff31f7
4 changed files with 5 additions and 5 deletions

View File

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