Skip to content

Commit b72255c

Browse files
version bumps for mypy and pyright (#33871)
1 parent a1885cb commit b72255c

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
@@ -147,7 +147,7 @@ commands =
147147

148148
[testenv:mypy]
149149
description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
150-
mypy_version=1.4.1
150+
mypy_version=1.6.1
151151
skipsdist = true
152152
skip_install = true
153153
usedevelop = true
@@ -197,7 +197,7 @@ commands =
197197

198198
[testenv:pyright]
199199
description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
200-
pyright_version=1.1.327
200+
pyright_version=1.1.333
201201
skipsdist = true
202202
skip_install = true
203203
usedevelop = true

0 commit comments

Comments
 (0)