Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/tox/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ commands =

[testenv:mypy]
description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
mypy_version=1.4.1
mypy_version=1.6.1
skipsdist = true
skip_install = true
usedevelop = true
Expand Down Expand Up @@ -197,7 +197,7 @@ commands =

[testenv:pyright]
description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
pyright_version=1.1.327
pyright_version=1.1.333
skipsdist = true
skip_install = true
usedevelop = true
Expand Down