Skip to content

Commit e818302

Browse files
Bump the dependencies group with 2 updates (#247)
Bumps the dependencies group with 2 updates: [scitools/workflows](https://github.com/scitools/workflows) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `scitools/workflows` from 2024.06.5 to 2024.07.0 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](SciTools/workflows@2024.06.5...2024.07.0) Updates `pypa/cibuildwheel` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.1...v2.19.2) --- updated-dependencies: - dependency-name: scitools/workflows dependency-type: direct:production dependency-group: dependencies - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a33b8b7 commit e818302

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ concurrency:
1818

1919
jobs:
2020
refresh_lockfiles:
21-
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.06.5
21+
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.07.0
2222
secrets: inherit

.github/workflows/ci-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ concurrency:
2525
jobs:
2626
manifest:
2727
name: "check-manifest"
28-
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.06.5
28+
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.07.0

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51-
uses: pypa/[email protected].1
51+
uses: pypa/[email protected].2
5252
env:
5353
CIBW_SKIP: "cp36-* cp37-* cp312-* pp* *-musllinux*"
5454
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)