Bump pyright from 1.1.393 to 1.1.394

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.393 to 1.1.394.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.393...v1.1.394)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-13 04:49:04 +00:00 committed by GitHub
parent c49d925b4d
commit da89f789ab
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 = [