Skip to content

Commit

Permalink
Bump filelock from 3.13.3 to 3.13.4 (#215)
Browse files Browse the repository at this point in the history
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.3 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>
</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>See full diff in <a
href="https://github.com/tox-dev/py-filelock/compare/3.13.3...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.3&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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 516b4d8 commit 8119b25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ certifi = "==2024.2.2"
cffi = "==1.16.0"
click = ">=7.1.2"
distlib = "==0.3.8"
filelock = "==3.13.3"
filelock = "==3.13.4"
flask-cors = "==4.0.0"
flask-restful = "==0.3.10"
flask = "==3.0.3"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cffi==1.16.0; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
distlib==0.3.8
exceptiongroup==1.2.0; python_version < '3.11'
filelock==3.13.3; python_version >= '3.8'
filelock==3.13.4; python_version >= '3.8'
flask==3.0.3; python_version >= '3.8'
flask-cors==4.0.0
flask-restful==0.3.10
Expand Down

0 comments on commit 8119b25

Please sign in to comment.