]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(deps): bump pypa/cibuildwheel in the actions group master
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Feb 2026 07:54:58 +0000 (07:54 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 1 Feb 2026 13:39:26 +0000 (14:39 +0100)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).

Updates `pypa/cibuildwheel` from 3.3.0 to 3.3.1
- [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.3.0...v3.3.1)

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

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

index 59a14be008cd3e2e33893e549db692acb9573f90..a741c30ef8e105936217396de2952a0ea59fbe67 100644 (file)
@@ -93,7 +93,7 @@ jobs:
           key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.0
+        uses: pypa/cibuildwheel@v3.3.1
         with:
           package-dir: psycopg_c
         env:
@@ -137,7 +137,7 @@ jobs:
           key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.0
+        uses: pypa/cibuildwheel@v3.3.1
         with:
           package-dir: psycopg_c
         env:
index e929ea71c8017aa5c2e2a7e2c213d438c3f02fb5..6d820f3f0b26ce87f3650da562e121cf69fd33f0 100644 (file)
@@ -72,7 +72,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.0
+        uses: pypa/cibuildwheel@v3.3.1
         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.3.0
+        uses: pypa/cibuildwheel@v3.3.1
         with:
           package-dir: psycopg_binary
         env:
@@ -217,7 +217,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.0
+        uses: pypa/cibuildwheel@v3.3.1
         with:
           package-dir: psycopg_binary
         env: