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

   Bumps the pip-dependency-updates group with 1 update in the / directory: 
[filelock](https://github.com/tox-dev/py-filelock).
   
   Updates `filelock` from 3.24.3 to 3.25.0
   <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.25.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Add permissions to check workflow by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/500";>tox-dev/filelock#500</a></li>
   <li>Move SECURITY.md to .github/SECURITY.md by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/501";>tox-dev/filelock#501</a></li>
   <li>Standardize .github files to .yaml suffix by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/504";>tox-dev/filelock#504</a></li>
   <li>✨ feat(async): add AsyncReadWriteLock by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/506";>tox-dev/filelock#506</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.24.4...3.25.0";>https://github.com/tox-dev/filelock/compare/3.24.4...3.25.0</a></p>
   <h2>3.24.4</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Suppress ValueError in _try_break_stale_lock for corrupted lock files by 
<a href="https://github.com/bysiber";><code>@​bysiber</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/496";>tox-dev/filelock#496</a></li>
   <li>Fix ValueError in _acquire_transaction_lock when blocking=False with 
timeout by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/498";>tox-dev/filelock#498</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/bysiber";><code>@​bysiber</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/496";>tox-dev/filelock#496</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.24.3...3.24.4";>https://github.com/tox-dev/filelock/compare/3.24.3...3.24.4</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>
   <hr />
   <p>3.25.0 (2026-03-01)</p>
   <hr />
   <ul>
   <li>✨ feat(async): add AsyncReadWriteLock :pr:<code>506</code></li>
   <li>Standardize .github files to .yaml suffix</li>
   <li>build(deps): bump actions/download-artifact from 7 to 8 
:pr:<code>503</code> - by :user:<code>dependabot[bot]</code></li>
   <li>build(deps): bump actions/upload-artifact from 6 to 7 
:pr:<code>502</code> - by :user:<code>dependabot[bot]</code></li>
   <li>Move SECURITY.md to .github/SECURITY.md</li>
   <li>Add security policy</li>
   <li>Add permissions to check workflow :pr:<code>500</code></li>
   <li>[pre-commit.ci] pre-commit autoupdate :pr:<code>499</code> - by 
:user:<code>pre-commit-ci[bot]</code></li>
   </ul>
   <hr />
   <p>3.24.3 (2026-02-19)</p>
   <hr />
   <ul>
   <li>🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire 
:pr:<code>495</code></li>
   <li>🐛 fix(ci): add trailing blank line after changelog entries 
:pr:<code>492</code></li>
   </ul>
   <hr />
   <p>3.24.2 (2026-02-16)</p>
   <hr />
   <ul>
   <li>🐛 fix(rw): close sqlite3 cursors and skip SoftFileLock Windows race 
:pr:<code>491</code></li>
   <li>🐛 fix(test): resolve flaky write non-starvation test 
:pr:<code>490</code></li>
   <li>📝 docs: restructure using Diataxis framework :pr:<code>489</code></li>
   </ul>
   <hr />
   <p>3.24.1 (2026-02-15)</p>
   <hr />
   <ul>
   <li>🐛 fix(soft): resolve Windows deadlock and test race condition 
:pr:<code>488</code></li>
   </ul>
   <hr />
   <p>3.24.0 (2026-02-14)</p>
   <hr />
   <ul>
   <li>✨ feat(lock): add lifetime parameter for lock expiration (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/68";>#68</a>) 
:pr:<code>486</code></li>
   <li>✨ feat(lock): add cancel_check to acquire (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/309";>#309</a>) 
:pr:<code>487</code></li>
   <li>🐛 fix(api): detect same-thread self-deadlock :pr:<code>481</code></li>
   <li>✨ feat(mode): respect POSIX default ACLs (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/378";>#378</a>) 
:pr:<code>483</code></li>
   <li>🐛 fix(win): eliminate lock file race in threaded usage 
:pr:<code>484</code></li>
   <li>✨ feat(lock): add poll_interval to constructor :pr:<code>482</code></li>
   <li>🐛 fix(unix): auto-fallback to SoftFileLock on ENOSYS 
:pr:<code>480</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/7f195d9f06e8a96ac7226133a56df41571782183";><code>7f195d9</code></a>
 Release 3.25.0</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/df2754eb4ea2e6e8b7d6fb54896d17163dcd2745";><code>df2754e</code></a>
 ✨ feat(async): add AsyncReadWriteLock (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/506";>#506</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/8a359c54746ae8252b27b0198c125b741908d88e";><code>8a359c5</code></a>
 Standardize .github files to .yaml suffix</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/9e7b33d9e0782c7c90407017a3c529d1a7dea965";><code>9e7b33d</code></a>
 build(deps): bump actions/download-artifact from 7 to 8 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/503";>#503</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/5fe68363fa2cb80ab67a044b5d67280108c35167";><code>5fe6836</code></a>
 build(deps): bump actions/upload-artifact from 6 to 7 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/502";>#502</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/af265f9d068d4a0489953e39664aeaa684e44993";><code>af265f9</code></a>
 Move SECURITY.md to .github/SECURITY.md</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/67a5569548f059a2c2b54febe64e2a355ef40f39";><code>67a5569</code></a>
 Add security policy</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/4b8c2610179f0bac9aac0be0532640325d1f69e1";><code>4b8c261</code></a>
 Add permissions to check workflow (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/500";>#500</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/e749d66461e0ea841526defab8166e265a6a63d1";><code>e749d66</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/499";>#499</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/721b37bcbdb4c431441fa8e5d9377cf9f0e059f2";><code>721b37b</code></a>
 Fix ValueError in _acquire_transaction_lock when blocking=False with timeout 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tox-dev/py-filelock/compare/3.24.3...3.25.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=filelock&package-manager=pip&previous-version=3.24.3&new-version=3.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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