Skip to content

Commit 4f966e2

Browse files
Bump pyright from 1.1.397 to 1.1.398
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.397 to 1.1.398. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.397...v1.1.398) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c40ef2b commit 4f966e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lint = [
102102
"types-Pygments==2.19.0.20250305",
103103
"types-requests==2.32.0.20250306", # align with requests
104104
"types-urllib3==1.26.25.14",
105-
"pyright==1.1.397",
105+
"pyright==1.1.398",
106106
"pytest>=8.0",
107107
"pypi-attestations==0.0.22",
108108
"betterproto==2.0.0b6",
@@ -158,7 +158,7 @@ translations = [
158158
]
159159
types = [
160160
"mypy==1.15.0",
161-
"pyright==1.1.397",
161+
"pyright==1.1.398",
162162
{ include-group = "type-stubs" },
163163
]
164164
type-stubs = [

0 commit comments

Comments
 (0)