Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump filelock from 3.14.0 to 3.15.1 (#1134)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.14.0 to 3.15.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.15.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Hotfix: Restore <strong>init</strong> method; more robust initialization for singleton locks by <a href="https://github.com/ethanbb"><code>@ethanbb</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/338">tox-dev/filelock#338</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.15.0...3.15.1">https://github.com/tox-dev/filelock/compare/3.15.0...3.15.1</a></p> <h2>3.15.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>asyncio support by <a href="https://github.com/Ovizro"><code>@Ovizro</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/332">tox-dev/filelock#332</a></li> <li>Don't initialize BaseFileLock when just returning existing instance by <a href="https://github.com/ethanbb"><code>@ethanbb</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/334">tox-dev/filelock#334</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ovizro"><code>@Ovizro</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/332">tox-dev/filelock#332</a></li> <li><a href="https://github.com/ethanbb"><code>@ethanbb</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/334">tox-dev/filelock#334</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.14.0...3.15.0">https://github.com/tox-dev/filelock/compare/3.14.0...3.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/filelock/commit/3d7b1a6276144bdbad0086067feb36e1c1a8d2f7"><code>3d7b1a6</code></a> Hotfix: Restore <strong>init</strong> method; more robust initialization for singleton loc...</li> <li><a href="https://github.com/tox-dev/filelock/commit/c64787f2a50d7dbc9882f4ac9401c2a2e57cd8aa"><code>c64787f</code></a> Don't initialize BaseFileLock when just returning existing instance (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/334">#334</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/87453f3dbed64821b164ba2dbd586eae98ff0dc8"><code>87453f3</code></a> asyncio support (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/332">#332</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/0ee2e3ca5f3ee2f35928c8129b5aff9f4b2ff1e5"><code>0ee2e3c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/333">#333</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/82923636d1f3849923c98bfb0dd267cf2a69c2d9"><code>8292363</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/330">#330</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/1cdb3b4dd6d23923445e20636d784d1f38b85967"><code>1cdb3b4</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/328">#328</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/19f78fcdb30c8ce296acd54a016a1247e27dac3e"><code>19f78fc</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/327">#327</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/8a168c5795991ad2e45db1ec7f86ce87ae7440cc"><code>8a168c5</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/326">#326</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/py-filelock/compare/3.14.0...3.15.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.14.0&new-version=3.15.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>
- Loading branch information