Skip to content

Commit a90f073

Browse files
authored
Merge pull request #29940 from charris/backport-29937
MAINT: Bump pypa/cibuildwheel from 3.1.4 to 3.2.1
2 parents e2f0383 + 55d91ab commit a90f073

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-tags: true
5050
persist-credentials: false
5151

52-
- uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
52+
- uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
5353
env:
5454
CIBW_PLATFORM: pyodide
5555

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
fi
175175
176176
- name: Build wheels
177-
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
177+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
178178
env:
179179
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
180180

numpy/_core/_ufunc_config.pyi

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
from collections.abc import Callable
2-
from _typeshed import SupportsWrite
32
from types import TracebackType
4-
from typing import Any, Final, Literal, TypeAlias, TypedDict, TypeVar, type_check_only
3+
from typing import (
4+
Any,
5+
Final,
6+
Literal,
7+
TypeAlias,
8+
TypedDict,
9+
TypeVar,
10+
type_check_only,
11+
)
12+
13+
from _typeshed import SupportsWrite
514

615
__all__ = [
716
"seterr",

0 commit comments

Comments
 (0)