mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
[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:
committed by
GitHub
parent
c31903b92e
commit
c7330465fa
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user