diff --git a/.github/workflows/cibw-cc.yaml b/.github/workflows/cibw-cc.yaml index 1ab9565..35e0b31 100644 --- a/.github/workflows/cibw-cc.yaml +++ b/.github/workflows/cibw-cc.yaml @@ -54,7 +54,7 @@ jobs: - if: matrix.platform == 'android' run: pipx install patchelf - - uses: pypa/cibuildwheel@63bdd4f043a77f1bd23b2ba9376972b6dc7b4779 + - uses: pypa/cibuildwheel@v3.3 env: CIBW_PLATFORM: ${{ matrix.platform }} CIBW_ARCHS: ${{ matrix.archs || 'auto' }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e9215c5..e2caa2d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -53,7 +53,7 @@ jobs: - uses: astral-sh/setup-uv@v7 - - uses: pypa/cibuildwheel@v3.1 + - uses: pypa/cibuildwheel@v3.3 - name: Verify clean directory run: git diff --exit-code diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ef9f43..0a48e5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Check linting and style issues - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.4" + rev: "v0.14.5" hooks: - id: ruff args: ["--fix", "--show-fixes"]