Skip to content

Commit

Permalink
Bump filelock from 3.13.1 to 3.13.4 in /src/python (#75)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Apr 28, 2024
1 parent 7a143b9 commit 3c50a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python/requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ exceptiongroup==1.2.0 \
--hash=sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14 \
--hash=sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68
# via -r src/python/requirements.txt
filelock==3.13.1 \
--hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \
--hash=sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c
filelock==3.13.4 \
--hash=sha256:404e5e9253aa60ad457cae1be07c0f0ca90a63931200a47d9b6a6af84fd7b45f \
--hash=sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4
# via
# -r src/python/requirements.txt
# virtualenv
Expand Down

0 comments on commit 3c50a0a

Please sign in to comment.