Skip to content

Commit 86a0e1b

Browse files
dependabot[bot]dvarrazzo
authored andcommitted
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](pypa/cibuildwheel@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>
1 parent f5d90fa commit 86a0e1b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-cache-libpq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
9494

9595
- name: Build wheels
96-
uses: pypa/cibuildwheel@v3.3.0
96+
uses: pypa/cibuildwheel@v3.3.1
9797
with:
9898
package-dir: psycopg_c
9999
env:
@@ -137,7 +137,7 @@ jobs:
137137
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
138138

139139
- name: Build wheels
140-
uses: pypa/cibuildwheel@v3.3.0
140+
uses: pypa/cibuildwheel@v3.3.1
141141
with:
142142
package-dir: psycopg_c
143143
env:

.github/workflows/packages-bin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: python3 ./tools/ci/copy_to_binary.py
7373

7474
- name: Build wheels
75-
uses: pypa/cibuildwheel@v3.3.0
75+
uses: pypa/cibuildwheel@v3.3.1
7676
with:
7777
package-dir: psycopg_binary
7878
env:
@@ -146,7 +146,7 @@ jobs:
146146
run: python3 ./tools/ci/copy_to_binary.py
147147

148148
- name: Build wheels
149-
uses: pypa/cibuildwheel@v3.3.0
149+
uses: pypa/cibuildwheel@v3.3.1
150150
with:
151151
package-dir: psycopg_binary
152152
env:
@@ -217,7 +217,7 @@ jobs:
217217
run: python3 ./tools/ci/copy_to_binary.py
218218

219219
- name: Build wheels
220-
uses: pypa/cibuildwheel@v3.3.0
220+
uses: pypa/cibuildwheel@v3.3.1
221221
with:
222222
package-dir: psycopg_binary
223223
env:

0 commit comments

Comments
 (0)