From ec53f26c78a3494e9b5d01f7bacfbb7603f12b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=B6sner?= Date: Thu, 10 Aug 2023 10:52:03 +0200 Subject: [PATCH 1/2] fix: odc-geo not in ci environment dependency list. --- continuous_integration/environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index 2b659a606..27c1d9ff0 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -28,3 +28,4 @@ dependencies: - pytest-lazy-fixture - importlib-metadata - sphinx-reredirects + - odc-geo From cdb4e7cb718493402eef3756dc14576be7f26a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:39:00 +0000 Subject: [PATCH 2/2] Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.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/v2.16.0...v2.16.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 963249f69..5110c7cda 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -62,7 +62,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.16.0 + uses: pypa/cibuildwheel@v2.16.1 env: CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux* cp312-*" CIBW_ARCHS: "${{ matrix.cibw_archs }}"