From 6d3bb5e85beda1e57873e4d5daaabca4bcbc4d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:07:45 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 to 2.21.3. - [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/v2.21.2...v2.21.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/wheel-cibw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel-cibw.yml b/.github/workflows/wheel-cibw.yml index fde517cb5ee..bac62f9b670 100644 --- a/.github/workflows/wheel-cibw.yml +++ b/.github/workflows/wheel-cibw.yml @@ -37,7 +37,7 @@ jobs: # python3 sumo/tools/build_config/version.py sumo/tools/build_config/setup-sumo.py sumo/setup.py # - name: Building wheel eclipse-sumo - # uses: pypa/cibuildwheel@v2.21.2 + # uses: pypa/cibuildwheel@v2.21.3 # with: # package-dir: sumo # output-dir: wheelhouse @@ -51,7 +51,7 @@ jobs: python3 sumo/tools/build_config/version.py sumo/tools/build_config/setup-libsumo.py sumo/tools/setup.py - name: Building wheel libsumo - uses: pypa/cibuildwheel@v2.21.2 + uses: pypa/cibuildwheel@v2.21.3 with: package-dir: sumo/tools output-dir: wheelhouse