Skip to content

Commit b013885

Browse files
vnext typing update (#36509)
1 parent 516f66d commit b013885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/tox/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ commands =
170170

171171
[testenv:next-mypy]
172172
description=Typechecks a package with the latest version of mypy
173-
mypy_version=1.9.0
173+
mypy_version=1.10.1
174174
skipsdist = true
175175
skip_install = true
176176
usedevelop = true
@@ -219,7 +219,7 @@ commands =
219219

220220
[testenv:next-pyright]
221221
description=Typechecks a package with the latest version of static type-checker pyright
222-
pyright_version=1.1.359
222+
pyright_version=1.1.371
223223
skipsdist = true
224224
skip_install = true
225225
usedevelop = true

0 commit comments

Comments
 (0)