dependabot[bot] opened a new pull request, #71297:
URL: https://github.com/apache/airflow/pull/71297

   Bumps the uv-dependency-updates group with 3 updates in the /dev/breeze 
directory: [filelock](https://github.com/tox-dev/py-filelock), 
[prek](https://github.com/j178/prek) and [boto3](https://github.com/boto/boto3).
   
   Updates `filelock` from 3.32.0 to 3.32.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tox-dev/py-filelock/releases";>filelock's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.32.2</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Fix test failures on NetBSD (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/689";>#689</a>) by 
<a href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/693";>tox-dev/filelock#693</a></li>
   <li>🧪 test(soft-rw): deflake writer phase-2 peer-marker test by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/694";>tox-dev/filelock#694</a></li>
   <li>hand back the claim when a heartbeat thread fails to start by <a 
href="https://github.com/dxbjavid";><code>@​dxbjavid</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/691";>tox-dev/filelock#691</a></li>
   <li>🧪 test(unix): deflake sticky-bit concurrent-unlink on graalpy by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/695";>tox-dev/filelock#695</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.32.1...3.32.2";>https://github.com/tox-dev/filelock/compare/3.32.1...3.32.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst";>filelock's
 changelog</a>.</em></p>
   <blockquote>
   <p>###########
   Changelog
   ###########</p>
   <p>.. towncrier-draft-entries:: Unreleased</p>
   <p>.. towncrier release notes start</p>
   <hr />
   <p>3.32.2 (2026-07-29)</p>
   <hr />
   <ul>
   <li>A <code>SoftReadWriteLock</code> or <code>SoftFileLease</code> acquire 
whose heartbeat thread fails to start now unlinks its marker and
   hands the claim back, instead of leaving an unrefreshed marker a peer takes 
while the caller believes it still holds
   the lock. :pr:<code>691</code></li>
   </ul>
   <hr />
   <p>3.32.1 (2026-07-26)</p>
   <hr />
   <ul>
   <li>Canceling an <code>AsyncSoftReadWriteLock</code> acquire now releases 
the claim instead of leaking a marker whose heartbeat
   wedges every contender. :pr:<code>686</code></li>
   </ul>
   <hr />
   <p>3.32.0 (2026-07-21)</p>
   <hr />
   <ul>
   <li><code>SoftReadWriteLock</code> closes the directory handle it opens to 
scan for readers as soon as a scan stops early, rather
   than holding it until the generator is collected. :pr:<code>685</code></li>
   <li>Declare support for Python 3.15 and run the test suite against it and 
its free-threaded build, both currently in beta. :pr:<code>683</code></li>
   <li>The source distribution ships the capability probes the tests import, 
and reading one no longer needs <code>coverage</code>
   installed, so the suite runs from an unpacked sdist instead of failing on a 
missing <code>coverage_pragmas</code>. :pr:<code>685</code></li>
   </ul>
   <hr />
   <p>3.31.2 (2026-07-21)</p>
   <hr />
   <ul>
   <li><code>filelock</code> imports again on runtimes whose <code>errno</code> 
omits <code>ENOTSUP</code>, such as GraalPy, where importing the package
   raised <code>ImportError</code>. It probes the code instead, preferring 
<code>ENOTSUP</code>, falling back to <code>EOPNOTSUPP</code> where that
   name is absent, and dropping to <code>ENOSYS</code>/<code>EXDEV</code> where 
neither exists. Platforms defining <code>ENOTSUP</code> keep their
   behavior. :pr:<code>681</code></li>
   </ul>
   <hr />
   <p>3.31.1 (2026-07-20)</p>
   <hr />
   <ul>
   <li>A <code>SoftFileLease</code> acquired on one thread keeps its claim when 
another thread fails to acquire the same lease object,
   so its heartbeat carries on refreshing the marker instead of being torn down 
and letting a peer take the live claim. :pr:<code>680</code></li>
   </ul>
   <hr />
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/9a6cc4365b1e47368bce33ab005beb749983f3e5";><code>9a6cc43</code></a>
 Release 3.32.2</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/56879c7fcbc2ffc412ce575c612a2003df2be2d3";><code>56879c7</code></a>
 🧪 test(unix): deflake sticky-bit concurrent-unlink on graalpy (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/695";>#695</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/ecf5be040662529d093b1b70dd8ec564666b5a55";><code>ecf5be0</code></a>
 hand back the claim when a heartbeat thread fails to start (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/691";>#691</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/ee70d2edff7f9824987758445b51a22d81003017";><code>ee70d2e</code></a>
 🧪 test(soft-rw): deflake writer phase-2 peer-marker test (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/694";>#694</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/1eb14ddb6b979f49bc0c6818e8daba7dd08c28c1";><code>1eb14dd</code></a>
 Fix test failures on NetBSD (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/689";>#689</a>) (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/693";>#693</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/d81e85936c51fa88430a0d91db595e989c0a088b";><code>d81e859</code></a>
 build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/692";>#692</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/6fbc90559e8e7efa5c24e66392aea662b19369c8";><code>6fbc905</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/690";>#690</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/34d1c38260dc50d6b5d3c4b83f8b5f7125c17436";><code>34d1c38</code></a>
 build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/688";>#688</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/bf13ec7338eca96b2d09c719f464a0f1b8a1f093";><code>bf13ec7</code></a>
 Release 3.32.1</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/887f1142cde10ba49c7270b7f0a8614239df1df3";><code>887f114</code></a>
 build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/687";>#687</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tox-dev/py-filelock/compare/3.32.0...3.32.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prek` from 0.4.11 to 0.4.12
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/j178/prek/releases";>prek's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.4.12</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-08-03.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Add <code>--require-group</code> for hook group intersections (<a 
href="https://redirect.github.com/j178/prek/pull/2472";>#2472</a>)</li>
   <li>Align fast-path and builtin pre-commit hooks (<a 
href="https://redirect.github.com/j178/prek/pull/2433";>#2433</a>)</li>
   <li>Do not shuffle file list for verbose output (<a 
href="https://redirect.github.com/j178/prek/pull/2431";>#2431</a>)</li>
   <li>Improve top-level command descriptions (<a 
href="https://redirect.github.com/j178/prek/pull/2429";>#2429</a>)</li>
   <li>Install <code>uv</code> from Astral CDN and drop source racing (<a 
href="https://redirect.github.com/j178/prek/pull/2455";>#2455</a>)</li>
   <li>Make <code>prek install --force</code> bypass external hooks paths (<a 
href="https://redirect.github.com/j178/prek/pull/2437";>#2437</a>)</li>
   <li>Show builtin hook flags in verbose list output (<a 
href="https://redirect.github.com/j178/prek/pull/2427";>#2427</a>)</li>
   <li>Verify uv release archive checksums (<a 
href="https://redirect.github.com/j178/prek/pull/2456";>#2456</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Precompute file tags in parallel (<a 
href="https://redirect.github.com/j178/prek/pull/2440";>#2440</a>)</li>
   <li>Skip diffs after known hook modifications (<a 
href="https://redirect.github.com/j178/prek/pull/2447";>#2447</a>)</li>
   <li>Skip worktree diffs for read-only languages (<a 
href="https://redirect.github.com/j178/prek/pull/2432";>#2432</a>)</li>
   <li>Track builtin hook file changes directly (<a 
href="https://redirect.github.com/j178/prek/pull/2404";>#2404</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Use full object IDs in diff snapshots (<a 
href="https://redirect.github.com/j178/prek/pull/2448";>#2448</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add a multi-repository configuration example (<a 
href="https://redirect.github.com/j178/prek/pull/2434";>#2434</a>)</li>
   <li>Rewrite benchmark documentation (<a 
href="https://redirect.github.com/j178/prek/pull/2469";>#2469</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   <li><a 
href="https://github.com/BitWeaverDev";><code>@​BitWeaverDev</code></a></li>
   <li><a 
href="https://github.com/allanlewis";><code>@​allanlewis</code></a></li>
   </ul>
   <h2>Install prek 0.4.12</h2>
   <h3>Install prebuilt binaries via shell script</h3>
   <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf 
https://github.com/j178/prek/releases/download/v0.4.12/prek-installer.sh | sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm 
https://github.com/j178/prek/releases/download/v0.4.12/prek-installer.ps1 | 
iex&quot;
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/j178/prek/blob/master/CHANGELOG.md";>prek's 
changelog</a>.</em></p>
   <blockquote>
   <h2>0.4.12</h2>
   <p>Released on 2026-08-03.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Add <code>--require-group</code> for hook group intersections (<a 
href="https://redirect.github.com/j178/prek/pull/2472";>#2472</a>)</li>
   <li>Align fast-path and builtin pre-commit hooks (<a 
href="https://redirect.github.com/j178/prek/pull/2433";>#2433</a>)</li>
   <li>Do not shuffle file list for verbose output (<a 
href="https://redirect.github.com/j178/prek/pull/2431";>#2431</a>)</li>
   <li>Improve top-level command descriptions (<a 
href="https://redirect.github.com/j178/prek/pull/2429";>#2429</a>)</li>
   <li>Install <code>uv</code> from Astral CDN and drop source racing (<a 
href="https://redirect.github.com/j178/prek/pull/2455";>#2455</a>)</li>
   <li>Make <code>prek install --force</code> bypass external hooks paths (<a 
href="https://redirect.github.com/j178/prek/pull/2437";>#2437</a>)</li>
   <li>Show builtin hook flags in verbose list output (<a 
href="https://redirect.github.com/j178/prek/pull/2427";>#2427</a>)</li>
   <li>Verify uv release archive checksums (<a 
href="https://redirect.github.com/j178/prek/pull/2456";>#2456</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Precompute file tags in parallel (<a 
href="https://redirect.github.com/j178/prek/pull/2440";>#2440</a>)</li>
   <li>Skip diffs after known hook modifications (<a 
href="https://redirect.github.com/j178/prek/pull/2447";>#2447</a>)</li>
   <li>Skip worktree diffs for read-only languages (<a 
href="https://redirect.github.com/j178/prek/pull/2432";>#2432</a>)</li>
   <li>Track builtin hook file changes directly (<a 
href="https://redirect.github.com/j178/prek/pull/2404";>#2404</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Use full object IDs in diff snapshots (<a 
href="https://redirect.github.com/j178/prek/pull/2448";>#2448</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add a multi-repository configuration example (<a 
href="https://redirect.github.com/j178/prek/pull/2434";>#2434</a>)</li>
   <li>Rewrite benchmark documentation (<a 
href="https://redirect.github.com/j178/prek/pull/2469";>#2469</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   <li><a 
href="https://github.com/BitWeaverDev";><code>@​BitWeaverDev</code></a></li>
   <li><a 
href="https://github.com/allanlewis";><code>@​allanlewis</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/j178/prek/commit/728238cf01e7b9e9ee8d1457f20c772fdc8e8426";><code>728238c</code></a>
 Bump version to 0.4.12 (<a 
href="https://redirect.github.com/j178/prek/issues/2473";>#2473</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/e5403ca77cf44eb2d285328f0dd63386efddbddd";><code>e5403ca</code></a>
 Add <code>--require-group</code> for hook group intersections (<a 
href="https://redirect.github.com/j178/prek/issues/2472";>#2472</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/370fc41b6b520b5fa0e34deb80d6415fc4417f7d";><code>370fc41</code></a>
 Use ssl-certs to load custom certificates (<a 
href="https://redirect.github.com/j178/prek/issues/2470";>#2470</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/7cc64cac5f95c71b152406dd63658499ede597fe";><code>7cc64ca</code></a>
 Rewrite benchmark documentation (<a 
href="https://redirect.github.com/j178/prek/issues/2469";>#2469</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/6a81c105d682e48bd5cff68533cf66ec150f19c1";><code>6a81c10</code></a>
 Update ubuntu Docker tag to v26 (<a 
href="https://redirect.github.com/j178/prek/issues/2466";>#2466</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/500a9d4149febbe639b8ac01fe1f8065ba5204ec";><code>500a9d4</code></a>
 Run Conda tests sequentially (<a 
href="https://redirect.github.com/j178/prek/issues/2468";>#2468</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ebc1c38f41a44995394fb2c0f4ba971763d23be5";><code>ebc1c38</code></a>
 Run .NET tests sequentially on Unix (<a 
href="https://redirect.github.com/j178/prek/issues/2467";>#2467</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/88fec177545361e7b2618b84defc8d24195ad048";><code>88fec17</code></a>
 Update Rust crate tokio-util to v0.7.19 (<a 
href="https://redirect.github.com/j178/prek/issues/2463";>#2463</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/9d9c9f504a62b78c6b2154273d635b080c69e625";><code>9d9c9f5</code></a>
 Use full object IDs in diff snapshots (<a 
href="https://redirect.github.com/j178/prek/issues/2448";>#2448</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/0c7fc8474377fde1811eec879eb0a42010129d80";><code>0c7fc84</code></a>
 Update Rust crate tokio to v1.53.1 (<a 
href="https://redirect.github.com/j178/prek/issues/2462";>#2462</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.4.11...v0.4.12";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `boto3` from 1.43.57 to 1.43.62
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/boto/boto3/commit/f3e9c52bdcef121a6e4a9fde64d39f9ba4ea24b0";><code>f3e9c52</code></a>
 Merge branch 'release-1.43.62'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/47765b7b152cf75061b6212ea91874cc2fd08b5b";><code>47765b7</code></a>
 Bumping version to 1.43.62</li>
   <li><a 
href="https://github.com/boto/boto3/commit/2f4f5fb8ec508b663633a9804a321473cc598bfe";><code>2f4f5fb</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/8cd8552182dab2b7380d1bd5afd977a8585a7bf7";><code>8cd8552</code></a>
 Merge branch 'release-1.43.61'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/53d9670ad500ecefc0f4cd6d510343101f9074a6";><code>53d9670</code></a>
 Merge branch 'release-1.43.61' into develop</li>
   <li><a 
href="https://github.com/boto/boto3/commit/74101e137fbaa90bffc64bedf3b807be3b554722";><code>74101e1</code></a>
 Bumping version to 1.43.61</li>
   <li><a 
href="https://github.com/boto/boto3/commit/7faedb57fc9d6db819fb18fbfdf2fc7b724c4df2";><code>7faedb5</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/785f6ffc4ba17c3c0a27881e90d1948d09a723be";><code>785f6ff</code></a>
 Merge branch 'release-1.43.60'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/550ff079694fd4faf532020c1f0724782502988d";><code>550ff07</code></a>
 Merge branch 'release-1.43.60' into develop</li>
   <li><a 
href="https://github.com/boto/boto3/commit/68f53168708afdb2ca7b4f2fc4b61ffa106e13b1";><code>68f5316</code></a>
 Bumping version to 1.43.60</li>
   <li>Additional commits viewable in <a 
href="https://github.com/boto/boto3/compare/1.43.57...1.43.62";>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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to