Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55d91ab

Browse files
dependabot[bot]charris
authored andcommitted
MAINT: Bump pypa/cibuildwheel from 3.1.4 to 3.2.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.4 to 3.2.1.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@7c619ef...9c00cb4)---updated-dependencies:- dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
1 parent36363d6 commit55d91ab

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

‎.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
fromcollections.abcimportCallable
2-
from_typeshedimportSupportsWrite
32
fromtypesimportTracebackType
4-
fromtypingimportAny,Final,Literal,TypeAlias,TypedDict,TypeVar,type_check_only
3+
fromtypingimport (
4+
Any,
5+
Final,
6+
Literal,
7+
TypeAlias,
8+
TypedDict,
9+
TypeVar,
10+
type_check_only,
11+
)
12+
13+
from_typeshedimportSupportsWrite
514

615
__all__= [
716
"seterr",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp