Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump filelock from 3.8.0 to 3.13.1 in /src/python (#9)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.8.0 to 3.13.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.13.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Allow users to subclass FileLock with custom keyword arguments by <a href="https://github.com/hmaarrfk"><code>@hmaarrfk</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/284">tox-dev/filelock#284</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hmaarrfk"><code>@hmaarrfk</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/284">tox-dev/filelock#284</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.13.0...3.13.1">https://github.com/tox-dev/filelock/compare/3.13.0...3.13.1</a></p> <h2>3.13.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Support reentrant locking on lock file path via optional singleton instance by <a href="https://github.com/nefrob"><code>@nefrob</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/283">tox-dev/filelock#283</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nefrob"><code>@nefrob</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/283">tox-dev/filelock#283</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.12.4...3.13.0">https://github.com/tox-dev/filelock/compare/3.12.4...3.13.0</a></p> <h2>3.12.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>change typing-extensions to be installed only with the [typing] extra by <a href="https://github.com/asottile"><code>@asottile</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/276">tox-dev/filelock#276</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/asottile"><code>@asottile</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/276">tox-dev/filelock#276</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.12.3...3.12.4">https://github.com/tox-dev/filelock/compare/3.12.3...3.12.4</a></p> <h2>3.12.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix import ordering by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/246">tox-dev/filelock#246</a></li> <li>Exclude dependabot and pre-commit ci from release notes by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/251">tox-dev/filelock#251</a></li> <li>Create parent directories if necessary by <a href="https://github.com/gerlero"><code>@gerlero</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/254">tox-dev/filelock#254</a></li> <li>fix ci 08 21 by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/263">tox-dev/filelock#263</a></li> <li>lock_file type-hint by <a href="https://github.com/keller00"><code>@keller00</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/267">tox-dev/filelock#267</a></li> <li>adding tox.ini to sdist by <a href="https://github.com/keller00"><code>@keller00</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/265">tox-dev/filelock#265</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gerlero"><code>@gerlero</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/254">tox-dev/filelock#254</a></li> <li><a href="https://github.com/keller00"><code>@keller00</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/267">tox-dev/filelock#267</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.12.2...3.12.3">https://github.com/tox-dev/filelock/compare/3.12.2...3.12.3</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h1>Changelog</h1> <h2>v3.12.0 (2023-04-18)</h2> <ul> <li>Make the thread local behavior something the caller can enable/disable via a flag during the lock creation, it's on by default.</li> <li>Better error handling on Windows.</li> </ul> <h2>v3.11.0 (2023-04-06)</h2> <ul> <li>Make the lock thread local.</li> </ul> <h2>v3.10.7 (2023-03-27)</h2> <ul> <li>Use <code>fchmod</code> instead of <code>chmod</code> to work around bug in PyPy via Anaconda.</li> </ul> <h2>v3.10.6 (2023-03-25)</h2> <ul> <li>Enhance the robustness of the try/catch block in _soft.py. by :user:<code>jahrules</code>.</li> </ul> <h2>v3.10.5 (2023-03-25)</h2> <ul> <li>Add explicit error check as certain UNIX filesystems do not support flock. by :user:<code>jahrules</code>.</li> </ul> <h2>v3.10.4 (2023-03-24)</h2> <ul> <li>Update os.open to preserve mode= for certain edge cases. by :user:<code>jahrules</code>.</li> </ul> <h2>v3.10.3 (2023-03-23)</h2> <ul> <li>Fix permission issue - by :user:<code>jahrules</code>.</li> </ul> <h2>v3.10.2 (2023-03-22)</h2> <ul> <li>Bug fix for using filelock with threaded programs causing undesired file permissions - by :user:<code>jahrules</code>.</li> </ul> <h2>v3.10.1 (2023-03-22)</h2> <ul> <li>Handle pickle for :class:<code>filelock.Timeout</code> :pr:<code>203</code> - by :user:<code>TheMatt2</code>.</li> </ul> <h2>v3.10.0 (2023-03-15)</h2> <ul> <li>Add support for explicit file modes for lockfiles :pr:<code>192</code> - by :user:<code>jahrules</code>.</li> </ul> <h2>v3.9.1 (2023-03-14)</h2> <ul> <li>Use <code>time.perf_counter</code> instead of <code>time.monotonic</code> for calculating timeouts.</li> </ul> <h2>v3.9.0 (2022-12-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/filelock/commit/141f5d8c21be2830a9d93ad4ad822acf4b0f8a12"><code>141f5d8</code></a> Allow users to subclass FileLock with custom keyword arguments (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/284">#284</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/3e3455ef9ae8f9751f8f1cdc8d08c7ccfdcd2b2f"><code>3e3455e</code></a> Support reentrant locking on lock file path via optional singleton instance (...</li> <li><a href="https://github.com/tox-dev/filelock/commit/16f2a9331398fa3e88156c417a09ed9d668860a4"><code>16f2a93</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/281">#281</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/0e72219c35d9ce4624bf7933369e02d2dfcda120"><code>0e72219</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/280">#280</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/25a2f0dca42f41a986f90e2d03b4f1dfc6baf82d"><code>25a2f0d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/278">#278</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/f2885d12b1dd1d763d3ad2cb4fb1f60ed0530c1d"><code>f2885d1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/277">#277</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/c1163ae57128cb398a70c3dce3bfd816fc3599f0"><code>c1163ae</code></a> change typing-extensions to be installed only with the [typing] extra (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/276">#276</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/0a338c11587cb243aa99fcade7bf605a6a6e0725"><code>0a338c1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/274">#274</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/f696067c26d8c5d5149440f496b1f834deacc751"><code>f696067</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/273">#273</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/a4ce560a3cd1acc18ad715ba6378d0572c32f6a1"><code>a4ce560</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/272">#272</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/py-filelock/compare/3.8.0...3.13.1">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.8.0&new-version=3.13.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
- Loading branch information