From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:54:58 +0000 (+0000) Subject: chore(deps): bump pypa/cibuildwheel in the actions group X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fpsycopg.git chore(deps): bump pypa/cibuildwheel in the actions group 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] --- diff --git a/.github/workflows/build-and-cache-libpq.yml b/.github/workflows/build-and-cache-libpq.yml index 59a14be00..a741c30ef 100644 --- a/.github/workflows/build-and-cache-libpq.yml +++ b/.github/workflows/build-and-cache-libpq.yml @@ -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: diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index e929ea71c..6d820f3f0 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -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: