Skip to content

Commit 27aa887

Browse files
update typing vnext versions (#43065)
* update typing vnext versions * update date for next vnext bump
1 parent b8ce1eb commit 27aa887

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/analyze_check_versions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This table is to clarify the currently pinned version of tools we run in CI and
55

66
| Tool | Current Version | Next Version | Next Version Merge Date |
77
|------|-----------------|--------------|-------------------------|
8-
Pylint | 3.2.7 | 3.2.7 | 2025-10-13 |
9-
Pylint Guidelines Checker | 0.5.6 | 0.5.7 | 2025-10-13 |
10-
MyPy | 1.14.1 | 1.14.1 | 2025-10-13 |
11-
Pyright | 1.1.391 | 1.1.391 | 2025-10-13 |
8+
Pylint | 3.2.7 | 3.2.7 | 2026-01-12 |
9+
Pylint Guidelines Checker | 0.5.6 | 0.5.7 | 2026-01-12 |
10+
MyPy | 1.14.1 | 1.18.1 | 2026-01-12 |
11+
Pyright | 1.1.391 | 1.1.405 | 2026-01-12 |
1212
Sphinx | 8.2.0 | N/A | N/A |
1313
Black | 24.4.0 | N/A | N/A |

eng/tox/tox.ini

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

191191
[testenv:next-mypy]
192192
description=Typechecks a package with the latest version of mypy
193-
mypy_version=1.14.1
193+
mypy_version=1.18.1
194194
skipsdist = true
195195
skip_install = true
196196
usedevelop = true
@@ -239,7 +239,7 @@ commands =
239239

240240
[testenv:next-pyright]
241241
description=Typechecks a package with the latest version of static type-checker pyright
242-
pyright_version=1.1.391
242+
pyright_version=1.1.405
243243
skipsdist = true
244244
skip_install = true
245245
usedevelop = true

0 commit comments

Comments
 (0)