Skip to content

Commit

Permalink
Bump the actions group with 2 updates (#1034)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates:
[pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and
[actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).

Updates `pypa/cibuildwheel` from 2.19 to 2.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.20.0</h2>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h2>Version 2.19.2</h2>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 24.1 is available. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h2>Version 2.19.1</h2>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1865">#1865</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md">pypa/cibuildwheel's
changelog</a>.</em></p>
<blockquote>
<hr />
<h2>title: Changelog</h2>
<h1>Changelog</h1>
<h3>v2.20.0</h3>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h3>v2.19.2</h3>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 21.1 is available. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h3>v2.19.1</h3>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1865">#1865</a>)</li>
</ul>
<h3>v2.19.0</h3>
<p>See the <a
href="https://iscinumpy.dev/post/cibuildwheel-2-19-0/">release post</a>
for more info on new features!</p>
<ul>
<li>🌟 Add Pyodide platform. Set with <code>--platform pyodide</code> or
<code>CIBW_PLATFORM: pyodide</code> on Linux with a host Python 3.12 to
build WebAssembly wheels. Not accepted on PyPI currently, but usable
directly in a website using Pyodide, for live docs, etc. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1456">#1456</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1859">#1859</a>)</li>
<li>🌟 Add <code>build[uv]</code> backend, which will take a pre-existing
uv install (or install <code>cibuildwheel[uv]</code>) and use
<code>uv</code> for all environment setup and installs on Python 3.8+.
This is significantly faster in most cases. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1856">#1856</a>)</li>
<li>✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1854">#1854</a>)</li>
<li>🐛 Issue copying a wheel to a non-existent output dir fixed. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1851">#1851</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1862">#1862</a>)</li>
<li>🐛 Better determinism for the test environment seeding. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1835">#1835</a>)</li>
<li>🛠 <code>VIRTUAL_ENV</code> variable now set. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Remove a pip&lt;21.3 workaround. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Error handling was refactored to use exceptions. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1719">#1719</a>)</li>
<li>🛠 Hardcoded paths in tests avoided. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1834">#1834</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/bd033a44476646b606efccdd5eed92d5ea1d77ad"><code>bd033a4</code></a>
Bump version: v2.20.0</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/9d023cf77aa0e0d52ac3aeb8db21f8137eed2469"><code>9d023cf</code></a>
Build CPython 3.13 by default (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/8a69dbd9d4dcfb315e60a3b42f79365b35857210"><code>8a69dbd</code></a>
[Bot] Update dependencies (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1949">#1949</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/147de6f4f7bba00e694321b7cf3a519441a444fa"><code>147de6f</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1947">#1947</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/e217e446612356e930d6e8aec01a901cc5bc846f"><code>e217e44</code></a>
[Bot] Update dependencies (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1946">#1946</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/871ef6b506b01f5ba2770bf835130110d231643c"><code>871ef6b</code></a>
tests: show xfail traceback summaries again (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/fac72f024a3fe6fbbfb15c00911e7587fbca089e"><code>fac72f0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1944">#1944</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/d4c332104d5d20ed728e6616cfef4fd6d179ba7b"><code>d4c3321</code></a>
feat: add <code>CIBW_ALLOW_EMPTY</code> environment variable (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/5af5df4e4fb8b50198e0b8c6182903cd6e349c8a"><code>5af5df4</code></a>
[Bot] Update dependencies (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1935">#1935</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/6c5cf878718641c3cbf21d69c670ff2e53a8263c"><code>6c5cf87</code></a>
docs: fix nox docs command (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1938">#1938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v2.19...v2.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/attest-build-provenance` from 1.1.2 to 1.4.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/attest-build-provenance/releases">actions/attest-build-provenance's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/attest from 1.4.0 to 1.4.1 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/209">actions/attest-build-provenance#209</a>
<ul>
<li>Includes bug fix for issue with authenticated proxies (<a
href="https://redirect.github.com/actions/toolkit/issues/1798">actions/toolkit#1798</a>)</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.4.1...v1.4.2">https://github.com/actions/attest-build-provenance/compare/v1.4.1...v1.4.2</a></p>
<h2>v1.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update predicate action to 1.1.2 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/197">actions/attest-build-provenance#197</a>
<ul>
<li>Dynamic construction of oidc issuer by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/195">actions/attest-build-provenance#195</a></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.4.0...v1.4.1">https://github.com/actions/attest-build-provenance/compare/v1.4.0...v1.4.1</a></p>
<h2>v1.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump predicate action from 1.1.0 to 1.1.1 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/182">actions/attest-build-provenance#182</a>
<ul>
<li>Fix for JWKS proxy bug</li>
</ul>
</li>
<li>Bump actions/attest from 1.3.3 to 1.4.0 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/183">actions/attest-build-provenance#183</a>
<ul>
<li>Add <code>show-summary</code> input</li>
<li>Format summary output as list</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.3.3...v1.4.0">https://github.com/actions/attest-build-provenance/compare/v1.3.3...v1.4.0</a></p>
<h2>v1.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/attest from 1.3.2 to 1.3.3 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/152">actions/attest-build-provenance#152</a>
<ul>
<li>Bugfix for properly handling glob exclusion patterns in
<code>subject-path</code> input</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.3.2...v1.3.3">https://github.com/actions/attest-build-provenance/compare/v1.3.2...v1.3.3</a></p>
<h2>v1.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/attest from 1.3.1 to 1.3.2 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/123">actions/attest-build-provenance#123</a>
<ul>
<li>Increase timeout for OCI operations</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.3.1...v1.3.2">https://github.com/actions/attest-build-provenance/compare/v1.3.1...v1.3.2</a></p>
<h2>v1.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/attest from 1.3.0 to 1.3.1 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/117">actions/attest-build-provenance#117</a>
<ul>
<li>Bugfix when detecting support for the referrers API with OCI
registries</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.3.0...v1.3.1">https://github.com/actions/attest-build-provenance/compare/v1.3.0...v1.3.1</a></p>
<h2>v1.3.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/6149ea5740be74af77f260b9db67e633f6b0a9a1"><code>6149ea5</code></a>
bump actions/attest from 1.4.0 to 1.4.1 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/209">#209</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/3eb3242bd75d68179b1daa927b4b54dd729d583c"><code>3eb3242</code></a>
Bump super-linter/super-linter from 6 to 7 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/205">#205</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/399bb1773848c2be739fa67b4c4a953b2ed891d8"><code>399bb17</code></a>
Bump <code>@​types/node</code> from 22.2.0 to 22.4.0 in the
npm-development group (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/203">#203</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/9f606661f05673132e900d9b9017a00865b6bc9f"><code>9f60666</code></a>
Bump the npm-development group with 2 updates (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/199">#199</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/310b0a4a3b0b78ef57ecda988ee04b132db73ef8"><code>310b0a4</code></a>
update predicate action to 1.1.2 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/197">#197</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/d58ddf9f241cd8163408934540d01c3335864d64"><code>d58ddf9</code></a>
dynamic construction of oidc issuer (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/195">#195</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/f9d4126c514e627ea90224028f503b992aa422b0"><code>f9d4126</code></a>
Bump <code>@​typescript-eslint/parser</code> from 7.17.0 to 7.18.0 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/188">#188</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/588eda318e1f2cc69d46f02738e803a75182b63f"><code>588eda3</code></a>
Bump the npm-development group with 3 updates (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/187">#187</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/48f71d5e11c42311d8038c1ca50c57ea26928e03"><code>48f71d5</code></a>
disable typescript-standard super linter (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/191">#191</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/210c1913531870065f03ce1f9440dd87bc0938cd"><code>210c191</code></a>
bump actions/attest from 1.3.3 to 1.4.0 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/183">#183</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/attest-build-provenance/compare/173725a1209d09b31f9d30a3890cf2757ebbff0d...6149ea5740be74af77f260b9db67e633f6b0a9a1">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent a01686f commit 92a6385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: yezz123/setup-uv@v4

- uses: pypa/cibuildwheel@v2.19
- uses: pypa/cibuildwheel@v2.20
env:
CIBW_BUILD: ${{ matrix.py }}-*
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
path: dist

- name: Generate artifact attestation for sdist and wheels
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
with:
subject-path: "dist/iminuit-*"

Expand Down

0 comments on commit 92a6385

Please sign in to comment.