Skip to content

Commit c733046

Browse files
[3.13] Bump mypy to 1.19.1 (GH-145956) (#145972)
Bump mypy to 1.19.1 (GH-145956) (cherry picked from commit e167e06) Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent c31903b commit c733046

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Lib/test/libregrtest/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def setup_unraisable_hook() -> None:
151151
sys.unraisablehook = regrtest_unraisable_hook
152152

153153

154-
orig_threading_excepthook: Callable[..., None] | None = None
154+
orig_threading_excepthook: Callable[..., object] | None = None
155155

156156

157157
def regrtest_threading_excepthook(args) -> None:

Tools/clinic/libclinic/clanguage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from operator import attrgetter
77
from collections.abc import Iterable
88

9-
import libclinic
9+
import libclinic.cpp
1010
from libclinic import (
1111
unspecified, fail, Sentinels, VersionTuple)
1212
from libclinic.codegen import CRenderData, TemplateDict, CodeGen

Tools/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements file for external linters and checks we run on
22
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
3-
mypy==1.17.1
3+
mypy==1.19.1
44

55
# needed for peg_generator:
6-
types-psutil==7.0.0.20250801
7-
types-setuptools==80.9.0.20250801
6+
types-psutil==7.2.2.20260130
7+
types-setuptools==82.0.0.20260210

0 commit comments

Comments
 (0)