[pull] master from aio-libs:master#455
Merged
pull[bot] merged 1 commit intotj-python:masterfrom Feb 13, 2026
Merged
Conversation
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.3 to 3.21.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.21.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix: catch ImportError for missing sqlite3 C library by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/475">tox-dev/filelock#475</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.21.1...3.21.2">https://github.com/tox-dev/filelock/compare/3.21.1...3.21.2</a></p> <h2>3.21.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix: gracefully handle missing <code>sqlite3</code> when importing <code>ReadWriteLock</code> by <a href="https://github.com/bayandin"><code>@bayandin</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/473">tox-dev/filelock#473</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bayandin"><code>@bayandin</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/473">tox-dev/filelock#473</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.21.0...3.21.1">https://github.com/tox-dev/filelock/compare/3.21.0...3.21.1</a></p> <h2>3.21.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🔧 chore: modernize tooling and bump deps by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/470">tox-dev/filelock#470</a></li> <li>✨ feat(lock): add SQLite-based ReadWriteLock by <a href="https://github.com/leventov"><code>@leventov</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/399">tox-dev/filelock#399</a></li> <li>Enable removal of UNIX lock files by <a href="https://github.com/sbc100"><code>@sbc100</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/408">tox-dev/filelock#408</a></li> <li>👷 ci(release): persist changelog on release by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/471">tox-dev/filelock#471</a></li> <li>👷 ci(release): commit changelog and use release config by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/472">tox-dev/filelock#472</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/leventov"><code>@leventov</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/399">tox-dev/filelock#399</a></li> <li><a href="https://github.com/sbc100"><code>@sbc100</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/408">tox-dev/filelock#408</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.20.3...3.21.0">https://github.com/tox-dev/filelock/compare/3.20.3...3.21.0</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> <h2>3.21.2 (2026-02-13)</h2> <ul> <li>🐛 fix: catch ImportError for missing sqlite3 C library :pr:<code>475</code></li> </ul> <h2>3.21.1 (2026-02-12)</h2> <ul> <li>🐛 fix: gracefully handle missing <code>sqlite3</code> when importing <code>ReadWriteLock</code> :pr:<code>473</code> - by :user:<code>bayandin</code></li> <li>🐛 fix(ci): make release workflow robust</li> </ul> <h2>3.21.0 (2026-02-12)</h2> <ul> <li>🐛 fix(ci): make release workflow robust</li> <li>👷 ci(release): commit changelog and use release config :pr:<code>472</code></li> <li>👷 ci(release): consolidate to two jobs :pr:<code>471</code></li> <li>✨ feat(unix): delete lock file on release :pr:<code>408</code> - by :user:<code>sbc100</code></li> <li>✨ feat(lock): add SQLite-based ReadWriteLock :pr:<code>399</code> - by :user:<code>leventov</code></li> <li>🔧 chore: modernize tooling and bump deps :pr:<code>470</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/filelock/commit/9678acca3c47674074324b784b395ad6c5c09ea8"><code>9678acc</code></a> Release 3.21.2</li> <li><a href="https://github.com/tox-dev/filelock/commit/4194182236ac862e78709be966095d0f90b2f85d"><code>4194182</code></a> 🐛 fix: catch ImportError for missing sqlite3 C library (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/475">#475</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/9b2d0865b00292ac866efcb23fe961ee2732e58f"><code>9b2d086</code></a> Release 3.21.1</li> <li><a href="https://github.com/tox-dev/filelock/commit/eff399137d664969ff4fa3ef493bba9199b10bd2"><code>eff3991</code></a> 🐛 fix: gracefully handle missing <code>sqlite3</code> when importing <code>ReadWriteLock</code> (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/473">#473</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/3692417115db446168bcec4dd75b750264649297"><code>3692417</code></a> 🐛 fix(ci): make release workflow robust</li> <li><a href="https://github.com/tox-dev/filelock/commit/053168fbfd2ae5b388b33f9f8e4bd4b4badd3884"><code>053168f</code></a> Release 3.21.0</li> <li><a href="https://github.com/tox-dev/filelock/commit/c2f5754341e18cd5e42d0cc6c0ced9a25b084dec"><code>c2f5754</code></a> 🐛 fix(ci): make release workflow robust</li> <li><a href="https://github.com/tox-dev/filelock/commit/0dc277c2b60364491e66550243bd459b8965cdf9"><code>0dc277c</code></a> 👷 ci(release): commit changelog and use release config (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/472">#472</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/be8fe1aae5cd6be15367fca9fa3767eaf731dfc4"><code>be8fe1a</code></a> 👷 ci(release): consolidate to two jobs (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/471">#471</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/03b0ab7ea566b1d1385274d185e5e590cdaa6872"><code>03b0ab7</code></a> ✨ feat(unix): delete lock file on release (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/408">#408</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/py-filelock/compare/3.20.3...3.21.2">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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )