Skip to content

Comments

[pull] master from aio-libs:master#463

Merged
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master
Feb 19, 2026
Merged

[pull] master from aio-libs:master#463
pull[bot] merged 1 commit intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented Feb 19, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.24.2 to
3.24.3.
<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.24.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>🐛 fix(ci): add trailing blank line after changelog entries by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/filelock/pull/492">tox-dev/filelock#492</a></li>
<li>🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/filelock/pull/495">tox-dev/filelock#495</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/filelock/compare/3.24.2...3.24.3">https://github.com/tox-dev/filelock/compare/3.24.2...3.24.3</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.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>
<hr />
<p>3.23.0 (2026-02-14)</p>
<hr />
<ul>
<li>📝 docs: move from Unlicense to MIT :pr:<code>479</code></li>
<li>📝 docs: add fasteners to similar libraries :pr:<code>478</code></li>
</ul>
<hr />
<p>3.22.0 (2026-02-14)</p>
<hr />
<ul>
<li>🐛 fix(soft): skip stale detection on Windows
:pr:<code>477</code></li>
<li>✨ feat(soft): detect and break stale locks :pr:<code>476</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/b34b3df34b8a6a6c7739483283ef40891d5ddbda"><code>b34b3df</code></a>
Release 3.24.3</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/e266937a96be84181c8e7464ad1f567b70cf99b6"><code>e266937</code></a>
🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/495">#495</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/e65c3b836a90e09d27abfe3855bba4984b85a115"><code>e65c3b8</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/493">#493</a>)</li>
<li><a
href="https://github.com/tox-dev/filelock/commit/a67ae005e57aa67b6026af3122a092f73aff69b6"><code>a67ae00</code></a>
🐛 fix(ci): add trailing blank line after changelog entries (<a
href="https://redirect.github.com/tox-dev/py-filelock/issues/492">#492</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/py-filelock/compare/3.24.2...3.24.3">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.2&new-version=3.24.3)](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>
@pull pull bot locked and limited conversation to collaborators Feb 19, 2026
@pull pull bot added the ⤵️ pull label Feb 19, 2026
@pull pull bot merged commit aa2a195 into tj-python:master Feb 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants