Skip to content

Commit aa2a195

Browse files
Bump filelock from 3.24.2 to 3.24.3 (#12093)
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>
1 parent eaeba86 commit aa2a195

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exceptiongroup==1.3.1
6969
# via pytest
7070
execnet==2.1.2
7171
# via pytest-xdist
72-
filelock==3.24.2
72+
filelock==3.24.3
7373
# via virtualenv
7474
forbiddenfruit==0.1.4
7575
# via blockbuster
@@ -275,7 +275,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
275275
# -r requirements/lint.in
276276
valkey==6.1.1
277277
# via -r requirements/lint.in
278-
virtualenv==20.37.0
278+
virtualenv==20.38.0
279279
# via pre-commit
280280
wait-for-it==2.3.0
281281
# via -r requirements/test-common.in

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exceptiongroup==1.3.1
6767
# via pytest
6868
execnet==2.1.2
6969
# via pytest-xdist
70-
filelock==3.24.2
70+
filelock==3.24.3
7171
# via virtualenv
7272
forbiddenfruit==0.1.4
7373
# via blockbuster
@@ -265,7 +265,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
265265
# -r requirements/lint.in
266266
valkey==6.1.1
267267
# via -r requirements/lint.in
268-
virtualenv==20.37.0
268+
virtualenv==20.38.0
269269
# via pre-commit
270270
wait-for-it==2.3.0
271271
# via -r requirements/test-common.in

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ distlib==0.4.0
2929
# via virtualenv
3030
exceptiongroup==1.3.1
3131
# via pytest
32-
filelock==3.24.2
32+
filelock==3.24.3
3333
# via virtualenv
3434
forbiddenfruit==0.1.4
3535
# via blockbuster
@@ -123,7 +123,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
123123
# via -r requirements/lint.in
124124
valkey==6.1.1
125125
# via -r requirements/lint.in
126-
virtualenv==20.37.0
126+
virtualenv==20.38.0
127127
# via pre-commit
128128
zlib-ng==1.0.0
129129
# via -r requirements/lint.in

0 commit comments

Comments
 (0)