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.13.1 to 3.13.4 in /src/python (#75)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.1 to 3.13.4. <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.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Raise error on incompatible singleton timeout and mode args by <a href="https://github.com/nefrob"><code>@nefrob</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/320">tox-dev/filelock#320</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.13.3...3.13.4">https://github.com/tox-dev/filelock/compare/3.13.3...3.13.4</a></p> <h2>3.13.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Make singleton class instance dict unique per subclass by <a href="https://github.com/nefrob"><code>@nefrob</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/318">tox-dev/filelock#318</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.13.2...3.13.3">https://github.com/tox-dev/filelock/compare/3.13.2...3.13.3</a></p> <h2>3.13.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fixed small typo in _unix.py by <a href="https://github.com/snemes"><code>@snemes</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/302">tox-dev/filelock#302</a></li> <li>Update SECURITY.md to reflect Python 3.7 support dropoff by <a href="https://github.com/kemzeb"><code>@kemzeb</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/304">tox-dev/filelock#304</a></li> <li>Update index.rst to improve the demo usage by <a href="https://github.com/youkaichao"><code>@youkaichao</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/314">tox-dev/filelock#314</a></li> <li>[BugFix] fix permission denied error when lock file is placed in <code>/tmp</code> by <a href="https://github.com/kota-iizuka"><code>@kota-iizuka</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/317">tox-dev/filelock#317</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/snemes"><code>@snemes</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/302">tox-dev/filelock#302</a></li> <li><a href="https://github.com/kemzeb"><code>@kemzeb</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/304">tox-dev/filelock#304</a></li> <li><a href="https://github.com/youkaichao"><code>@youkaichao</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/314">tox-dev/filelock#314</a></li> <li><a href="https://github.com/kota-iizuka"><code>@kota-iizuka</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/317">tox-dev/filelock#317</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2">https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/filelock/commit/000a3fa3586ff231dfc564ccf90987ff3852431e"><code>000a3fa</code></a> Raise error on incompatible singleton timeout and mode args (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/320">#320</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/312fb4edd4e4f2de5471b4fdeabe718f38ed2a43"><code>312fb4e</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/321">#321</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/f50a3376d7d3343ccdcd7d993548abe63fc2e856"><code>f50a337</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/319">#319</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/3f6df70c77df591473e1d9b5efdd073ca49d9a5e"><code>3f6df70</code></a> Make singleton class instance dict unique per subclass (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/318">#318</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/9a6437521131490a72e68813164885cecfd1232d"><code>9a64375</code></a> [BugFix] fix permission denied error when lock file is placed in <code>/tmp</code> (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/317">#317</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/e2f121bf74eba9697698dc86696dd8a1ef21c03b"><code>e2f121b</code></a> Update index.rst to improve the demo usage (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/314">#314</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/a46ea71e22b1c30680e54a22919223fefcdee5f7"><code>a46ea71</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/312">#312</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/766e12dd57680970847848659faa9d9aff45c2df"><code>766e12d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/311">#311</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/f641eb62828f410932c28d679e7d06f87c689158"><code>f641eb6</code></a> Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/310">#310</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/904858039c733d249c63436c0ee12a54c02c9eec"><code>9048580</code></a> Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/308">#308</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/py-filelock/compare/3.13.1...3.13.4">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.13.1&new-version=3.13.4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information