Commit 4c5a4f5
authored
Bump filelock from 3.24.3 to 3.25.1 (#12222)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.24.3 to
3.25.1.
<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.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>📝 docs(logo): add branded project logo by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/filelock/pull/507">tox-dev/filelock#507</a></li>
<li>🐛 fix(win): restore best-effort lock file cleanup on release by <a
href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/filelock/pull/511">tox-dev/filelock#511</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/filelock/compare/3.25.0...3.25.1">https://github.com/tox-dev/filelock/compare/3.25.0...3.25.1</a></p>
<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.1 (2026-03-09)</p>
<hr />
<ul>
<li>[pre-commit.ci] pre-commit autoupdate :pr:<code>510</code> - by
:user:<code>pre-commit-ci[bot]</code></li>
<li>🐛 fix(win): restore best-effort lock file cleanup on release
:pr:<code>511</code></li>
<li>[pre-commit.ci] pre-commit autoupdate :pr:<code>508</code> - by
:user:<code>pre-commit-ci[bot]</code></li>
<li>📝 docs(logo): add branded project logo :pr:<code>507</code></li>
</ul>
<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 />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/filelock/commit/d8b04b5018932f53b3d2743fadac507dd616af5c"><code>d8b04b5</code></a>
Release 3.25.1</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/0633386072b71dfd27c6799323aecca45fb6a094"><code>0633386</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/510">#510</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/7f2247d81bc8eab802821cd40437a61c40368d17"><code>7f2247d</code></a>
🐛 fix(win): restore best-effort lock file cleanup on release (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/511">#511</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/5ae1c4e36548fc0ff6e24a26cb4187b65f2cdccb"><code>5ae1c4e</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/508">#508</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/bcffcfea7a8f616968e7cc45c047cc0d4142a064"><code>bcffcfe</code></a>
📝 docs(logo): add branded project logo (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/507">#507</a>)</li>
<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>Additional commits viewable in <a
href="https://github.com/tox-dev/py-filelock/compare/3.24.3...3.25.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8663d2a commit 4c5a4f5
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments