googleapis / python-crc32c

Apache License 2.0
22 stars 25 forks source link

chore(deps): update all dependencies #172

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cmake (source) ==3.26.3 -> ==3.26.4 age adoption passing confidence patch
pypa/cibuildwheel v2.12.3 -> v2.13.1 age adoption passing confidence action minor
setuptools (changelog) ==67.7.2 -> ==68.0.0 age adoption passing confidence major

Release Notes

scikit-build/cmake-python-distributions (cmake) ### [`v3.26.4`](https://togithub.com/scikit-build/cmake-python-distributions/releases/tag/3.26.4) [Compare Source](https://togithub.com/scikit-build/cmake-python-distributions/compare/3.26.3...3.26.4) #### What's Changed - chore(deps): bump cmake from 3.26.1 to 3.26.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/scikit-build/cmake-python-distributions/pull/355](https://togithub.com/scikit-build/cmake-python-distributions/pull/355) - chore(deps): update pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/scikit-build/cmake-python-distributions/pull/356](https://togithub.com/scikit-build/cmake-python-distributions/pull/356) - chore: remove unused `requirements-deploy.txt` by [@​mayeut](https://togithub.com/mayeut) in [https://github.com/scikit-build/cmake-python-distributions/pull/357](https://togithub.com/scikit-build/cmake-python-distributions/pull/357) - chore(deps): bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/scikit-build/cmake-python-distributions/pull/361](https://togithub.com/scikit-build/cmake-python-distributions/pull/361) - chore(deps): update pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/scikit-build/cmake-python-distributions/pull/362](https://togithub.com/scikit-build/cmake-python-distributions/pull/362) - chore(deps): update pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/scikit-build/cmake-python-distributions/pull/364](https://togithub.com/scikit-build/cmake-python-distributions/pull/364) - chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/scikit-build/cmake-python-distributions/pull/363](https://togithub.com/scikit-build/cmake-python-distributions/pull/363) - chore: only bump OpenSSL to 3.0.x (current LTS version) by [@​mayeut](https://togithub.com/mayeut) in [https://github.com/scikit-build/cmake-python-distributions/pull/358](https://togithub.com/scikit-build/cmake-python-distributions/pull/358) - Update to CMake 3.26.4 by [@​henryiii](https://togithub.com/henryiii) in [https://github.com/scikit-build/cmake-python-distributions/pull/365](https://togithub.com/scikit-build/cmake-python-distributions/pull/365) - chore: use trusted publisher deployment by [@​henryiii](https://togithub.com/henryiii) in [https://github.com/scikit-build/cmake-python-distributions/pull/366](https://togithub.com/scikit-build/cmake-python-distributions/pull/366) - chore(deps): update pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/scikit-build/cmake-python-distributions/pull/367](https://togithub.com/scikit-build/cmake-python-distributions/pull/367) - chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/scikit-build/cmake-python-distributions/pull/368](https://togithub.com/scikit-build/cmake-python-distributions/pull/368) - Update to OpenSSL 3.0.9 by [@​mayeut](https://togithub.com/mayeut) in [https://github.com/scikit-build/cmake-python-distributions/pull/370](https://togithub.com/scikit-build/cmake-python-distributions/pull/370) - fix(cross-compile): Fix download of arm64 CMake binaries by [@​jcfr](https://togithub.com/jcfr) in [https://github.com/scikit-build/cmake-python-distributions/pull/372](https://togithub.com/scikit-build/cmake-python-distributions/pull/372) **Full Changelog**: https://github.com/scikit-build/cmake-python-distributions/compare/3.26.3...3.26.4
pypa/cibuildwheel (pypa/cibuildwheel) ### [`v2.13.1`](https://togithub.com/pypa/cibuildwheel/releases/tag/v2.13.1) [Compare Source](https://togithub.com/pypa/cibuildwheel/compare/v2.13.0...v2.13.1) - 🛠 Updates the prerelease CPython 3.12 version to 3.12.0b2. ([#​1516](https://togithub.com/pypa/cibuildwheel/issues/1516)) - 🛠 Adds a moving `v.` tag for use in GitHub Actions workflow files. If you use this, you'll get the latest patch release within a minor version. Additionally, Dependabot won't send you PRs for patch releases. ([#​1517](https://togithub.com/pypa/cibuildwheel/issues/1517)) ### [`v2.13.0`](https://togithub.com/pypa/cibuildwheel/releases/tag/v2.13.0) [Compare Source](https://togithub.com/pypa/cibuildwheel/compare/v2.12.3...v2.13.0) - ✨ Adds CPython 3.12 support, under the prerelease flag [CIBW_PRERELEASE_PYTHONS](https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons). This version of cibuildwheel uses 3.12.0b1. While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.12 will be available in cibuildwheel without the flag. ([#​1507](https://togithub.com/pypa/cibuildwheel/issues/1507)) - ✨ Adds the ability to pass arguments to the container engine when the container is created, using the [CIBW_CONTAINER_ENGINE](https://cibuildwheel.readthedocs.io/en/stable/options/#container-engine) option. ([#​1499](https://togithub.com/pypa/cibuildwheel/issues/1499))
pypa/setuptools (setuptools) ### [`v68.0.0`](https://togithub.com/pypa/setuptools/compare/v67.8.0...v68.0.0) [Compare Source](https://togithub.com/pypa/setuptools/compare/v67.8.0...v68.0.0) ### [`v67.8.0`](https://togithub.com/pypa/setuptools/compare/v67.7.2...v67.8.0) [Compare Source](https://togithub.com/pypa/setuptools/compare/v67.7.2...v67.8.0)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

forking-renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.