dependabot[bot] opened a new pull request, #71022: URL: https://github.com/apache/airflow/pull/71022
Bumps the uv-dependency-updates group in /dev/breeze with 2 updates: [filelock](https://github.com/tox-dev/py-filelock) 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 `boto3` from 1.43.57 to 1.43.60 <details> <summary>Commits</summary> <ul> <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/68f53168708afdb2ca7b4f2fc4b61ffa106e13b1"><code>68f5316</code></a> Bumping version to 1.43.60</li> <li><a href="https://github.com/boto/boto3/commit/40731307c25a801cf9511ed80cd52d367e1ec0eb"><code>4073130</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5595e623f8aed0f6cd2b49a82ae38697261b1cd2"><code>5595e62</code></a> Merge branch 'release-1.43.59'</li> <li><a href="https://github.com/boto/boto3/commit/601ee0605cf0525e89d3d6d65828664ccb3ea702"><code>601ee06</code></a> Merge branch 'release-1.43.59' into develop</li> <li><a href="https://github.com/boto/boto3/commit/998b96a0d156ba55e777406d9c74dfa89a3c7271"><code>998b96a</code></a> Bumping version to 1.43.59</li> <li><a href="https://github.com/boto/boto3/commit/199f2c019da58b12300faedbe77a172b209d9942"><code>199f2c0</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/a712c796319b2611a62a40b1a6e42fcc6926bd23"><code>a712c79</code></a> Bump <a href="https://github.com/astral-sh/ruff-pre-commit">https://github.com/astral-sh/ruff-pre-commit</a> (<a href="https://redirect.github.com/boto/boto3/issues/4822">#4822</a>)</li> <li><a href="https://github.com/boto/boto3/commit/132103cf5be977160646365ad3f8366ef2e6e31f"><code>132103c</code></a> Bump actions/setup-python in the github-actions group (<a href="https://redirect.github.com/boto/boto3/issues/4821">#4821</a>)</li> <li><a href="https://github.com/boto/boto3/commit/acd59af3cd80405b361d32bc460591cc60e8bb8b"><code>acd59af</code></a> Merge branch 'release-1.43.58'</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.43.57...1.43.60">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]
