[3.13] Bump mypy to 1.19.1 (GH-145956) (#145972)

Bump mypy to 1.19.1 (GH-145956)
(cherry picked from commit e167e06f8c)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
This commit is contained in:
Miss Islington (bot)
2026-03-15 11:11:29 +01:00
committed by GitHub
parent c31903b92e
commit c7330465fa
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ def setup_unraisable_hook() -> None:
sys.unraisablehook = regrtest_unraisable_hook
orig_threading_excepthook: Callable[..., None] | None = None
orig_threading_excepthook: Callable[..., object] | None = None
def regrtest_threading_excepthook(args) -> None:
+1 -1
View File
@@ -6,7 +6,7 @@ from typing import TYPE_CHECKING, Literal, Final
from operator import attrgetter
from collections.abc import Iterable
import libclinic
import libclinic.cpp
from libclinic import (
unspecified, fail, Sentinels, VersionTuple)
from libclinic.codegen import CRenderData, TemplateDict, CodeGen
+3 -3
View File
@@ -1,7 +1,7 @@
# Requirements file for external linters and checks we run on
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
mypy==1.17.1
mypy==1.19.1
# needed for peg_generator:
types-psutil==7.0.0.20250801
types-setuptools==80.9.0.20250801
types-psutil==7.2.2.20260130
types-setuptools==82.0.0.20260210