]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(deps): bump pypa/cibuildwheel in the actions group 1127/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Aug 2025 07:23:03 +0000 (07:23 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Aug 2025 07:23:03 +0000 (07:23 +0000)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).

Updates `pypa/cibuildwheel` from 3.0.0 to 3.1.2
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v3.0.0...v3.1.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/packages-bin.yml

index e60b241672b23f8e0a6c405ddb7457964909fbb0..10606e95cbe8daf9ea9dc89bfa1b3f1ea93f1a6e 100644 (file)
@@ -73,7 +73,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.0.0
+        uses: pypa/cibuildwheel@v3.1.2
         with:
           package-dir: psycopg_binary
         env:
@@ -146,7 +146,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.0.0
+        uses: pypa/cibuildwheel@v3.1.2
         with:
           package-dir: psycopg_binary
         env:
@@ -216,7 +216,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.0.0
+        uses: pypa/cibuildwheel@v3.1.2
         with:
           package-dir: psycopg_binary
         env: