Bumps [OZI-Project/release](https://github.com/ozi-project/release) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/ozi-project/release/releases)
- [Commits](https://github.com/ozi-project/release/compare/7edb07c74e124270a29b2cd5d32ce7c9fdfc0b22...4277e29de16b07dac4a89c8f7970c2da65554d17)
updated-dependencies:
- dependency-name: OZI-Project/release
dependency-type: direct:production
update-type: version-update:semver-patch
... — dependabot[bot] <supportgithub.com>
([`eaf36ba`](https://github.com/OZI-Project/OZI/commit/eaf36ba536030798b1c94c0bd439b845b4adb710))
* Update hypothesis[all] requirement in /ozi/test/pytest
Updates the requirements on [hypothesis[all]](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.0...hypothesis-python-6.112.0)
updated-dependencies:
- dependency-name: hypothesis[all]
dependency-type: direct:production
... — dependabot[bot] <supportgithub.com>
([`db96e80`](https://github.com/OZI-Project/OZI/commit/db96e808fff15fe6fdaf47b9a418d2a17d9a46e6))
* Update flake8-bugbear requirement in /ozi/lint/flake8
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.21...24.8.19)
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:production
... — dependabot[bot] <supportgithub.com>
([`1b3be62`](https://github.com/OZI-Project/OZI/commit/1b3be62545555ccb26fea9670e493bbc8071d4a9))
* Update sigstore requirement in /ozi/dist/sigstore
Updates the requirements on [sigstore](https://github.com/sigstore/sigstore-python) to permit the latest version.
- [Release notes](https://github.com/sigstore/sigstore-python/releases)
- [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sigstore/sigstore-python/compare/v3.1.0...v3.2.0)
updated-dependencies:
- dependency-name: sigstore
dependency-type: direct:production
... — dependabot[bot] <supportgithub.com>
([`00329a4`](https://github.com/OZI-Project/OZI/commit/00329a4780b417730023e3da6ad2a81cbdf59491))
* Bump OZI-Project/publish from 0.1.10 to 0.1.11
Bumps [OZI-Project/publish](https://github.com/ozi-project/publish) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/ozi-project/publish/releases)
- [Commits](https://github.com/ozi-project/publish/compare/cc463a2e9d2e928559e3edb4bd7f0fbcbefd1f11...55904e4f59084e7c6ccfad7b158db52a360e1f54)
updated-dependencies:
- dependency-name: OZI-Project/publish
dependency-type: direct:production
update-type: version-update:semver-patch
... — dependabot[bot] <supportgithub.com>
([`4b16333`](https://github.com/OZI-Project/OZI/commit/4b1633327ed9f172460427fca44ec22cb68a91c6))
🐛 Fixed Bugs
* (invoke): run CIBW with warn=True — rjdbcm <ozi.projectoutlook.com>
([`16da34b`](https://github.com/OZI-Project/OZI/commit/16da34b251fc39f15c75fa9c164a52721e63dd10))
* fix CIBW build selector — rjdbcm <ozi.projectoutlook.com>
([`88adb35`](https://github.com/OZI-Project/OZI/commit/88adb35f5a796ab8e89a3936e9fa18b8100471a3))
* set env var for CIBW build selection — rjdbcm <ozi.projectoutlook.com>
([`5e0ffb6`](https://github.com/OZI-Project/OZI/commit/5e0ffb6c70a0a98109dd135f183b8eec45c4d168))
* (invoke): use ``--only`` to target interpreter version in cibuildwheel release — rjdbcm <ozi.projectoutlook.com>
([`b467c71`](https://github.com/OZI-Project/OZI/commit/b467c71db4271b731aba977b0b803a6d3309521c))
* (meson.options): remove twine and cibuildwheel from ``plugin-only`` — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`a536aaa`](https://github.com/OZI-Project/OZI/commit/a536aaaf606572be093c164529e41d9d28976c35))
* fix missing sign-checkpoint setup — rjdbcm <ozi.projectoutlook.com>
([`ce0c854`](https://github.com/OZI-Project/OZI/commit/ce0c854cf4ea7b6a153bce31d687d50c70c0dd2f))
* fix tasks.py for use in CI — rjdbcm <ozi.projectoutlook.com>
([`10b6732`](https://github.com/OZI-Project/OZI/commit/10b6732eb5c76272f4a99956b2b33a52b8d83c88))
🔨 Updated Scripts
* (meson.options): add ``cibuildwheel`` to ``dist-suite`` — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`a3bd757`](https://github.com/OZI-Project/OZI/commit/a3bd757acd9e892c2f483fcce1b28181dad3515f))
* use official workflows for semantic-release steps — rjdbcm <ozi.projectoutlook.com>
([`fa315cc`](https://github.com/OZI-Project/OZI/commit/fa315ccfffa5dbc1b849e424889ca4eac60877ac))
* special invoke --ozi arg in this repo — rjdbcm <ozi.projectoutlook.com>
([`bf2566f`](https://github.com/OZI-Project/OZI/commit/bf2566f86ea0c75805a4677224ad41de0551c89c))
* add --ozi option for building OZI itself — rjdbcm <ozi.projectoutlook.com>
([`2c2a961`](https://github.com/OZI-Project/OZI/commit/2c2a961e9afd4e859ad2fa8ff4de8c0fc9356608))
* add python download endpoints — rjdbcm <ozi.projectoutlook.com>
([`7fb56fa`](https://github.com/OZI-Project/OZI/commit/7fb56fa4e2729f47a9c6796f61641add1e66131e))
* add api.deps.dev:443 endpoint — rjdbcm <ozi.projectoutlook.com>
([`c65a5c4`](https://github.com/OZI-Project/OZI/commit/c65a5c422a8350ecfce7c4d201571c8873c35ef1))
* add pypi.org endpoint — rjdbcm <ozi.projectoutlook.com>
([`5c33b4d`](https://github.com/OZI-Project/OZI/commit/5c33b4d760384a925f9306c62633181aa9918c12))
* (invoke): dont sign release by default — rjdbcm <ozi.projectoutlook.com>
([`3f2c641`](https://github.com/OZI-Project/OZI/commit/3f2c641f140f1b109bc7a1678dc74a193e40beb1))
* add oauth2.sigstore.dev:443 endpoint to allowed — rjdbcm <ozi.projectoutlook.com>
([`c22767a`](https://github.com/OZI-Project/OZI/commit/c22767ad02dfa81229bb1e358d90ceb034ff15da))
* use prerelease github actions internally — rjdbcm <ozi.projectoutlook.com>
([`14bc5fe`](https://github.com/OZI-Project/OZI/commit/14bc5fe5bd4bb58001b4f2dd3f5f2df0159ab701))
* (pyproject.toml): remove dependabot incompatible key — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`b588b0a`](https://github.com/OZI-Project/OZI/commit/b588b0a1d253096b7d9eed0b2854554a4c2bb21c))
🔨 Updated Configuration
* (meson.options): add twine and cibuildwheel args — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`ac3382f`](https://github.com/OZI-Project/OZI/commit/ac3382f33046752bef0000aaa9690eacbd118fef))
Other
* [StepSecurity] ci: Harden GitHub Actions — StepSecurity Bot <botstepsecurity.io>
([`523057b`](https://github.com/OZI-Project/OZI/commit/523057b72006869ecce4cb16030d890a11b508d7))
* 🚨 run fix — rjdbcm <ozi.projectoutlook.com>
([`b10059a`](https://github.com/OZI-Project/OZI/commit/b10059aafb805751c07be2d737a04c2a39c45dc0))
* Update pyproject.toml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`dd86f15`](https://github.com/OZI-Project/OZI/commit/dd86f1538a67ee6b02d736fafd2433fe428d8fac))
* Update meson.options — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`7dcb641`](https://github.com/OZI-Project/OZI/commit/7dcb6418be8a30c56fc95ed8b740052a56cf9465))
* 🚨 run ``tox -e fix`` — rjdbcm <ozi.projectoutlook.com>
([`4d6f9c4`](https://github.com/OZI-Project/OZI/commit/4d6f9c465e4a8af6a4cd9bbc9c6d2aa8f7f39440))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`394cbaf`](https://github.com/OZI-Project/OZI/commit/394cbafcb7f6a5732397abc24aec687fe605b6a6))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`4a8a362`](https://github.com/OZI-Project/OZI/commit/4a8a36219cd91bf4a00008c328a5880026b175fd))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`f6bf4d8`](https://github.com/OZI-Project/OZI/commit/f6bf4d84a51c418d3761b3aa9ff0df77921cf17e))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`df0db94`](https://github.com/OZI-Project/OZI/commit/df0db948e1fba6c2933cdd51af0afa439958e41e))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`08fc950`](https://github.com/OZI-Project/OZI/commit/08fc950de2f3ab227dc938e54a820b1918681bb7))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`dde6a0c`](https://github.com/OZI-Project/OZI/commit/dde6a0c536b7bd44eed59400300f16ef28392ed2))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`927b539`](https://github.com/OZI-Project/OZI/commit/927b5398a3461f212f3faab473318c3ca352c478))
* Update dependabot.yml — Eden Ross Duff, MSc <ozi.projectoutlook.com>
([`ad22cf2`](https://github.com/OZI-Project/OZI/commit/ad22cf224024f0423e535d53ddb6808e6cc5214e))