Bump pyright to 1.1.394 (#13336)

This commit is contained in:
dependabot[bot] 2025-02-15 22:35:19 +00:00 committed by GitHub
parent 3b2667e591
commit 37b7b54337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ lint = [
"types-Pygments==2.19.0.20250107", "types-Pygments==2.19.0.20250107",
"types-requests==2.32.0.20241016", # align with requests "types-requests==2.32.0.20241016", # align with requests
"types-urllib3==1.26.25.14", "types-urllib3==1.26.25.14",
"pyright==1.1.393", "pyright==1.1.394",
"pytest>=6.0", "pytest>=6.0",
] ]
test = [ test = [