From 8119b25caea2ab83b2f4babcd93ea8d54cb3b754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:54:46 +1000 Subject: [PATCH] Bump filelock from 3.13.3 to 3.13.4 (#215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.3 to 3.13.4.
Release notes

Sourced from filelock's releases.

3.13.4

What's Changed

Full Changelog: https://github.com/tox-dev/filelock/compare/3.13.3...3.13.4

Commits

[![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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 29a993f4..2e44fc9e 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/Pipfile.lock b/Pipfile.lock index 8e67e9f1..0a8e31d9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c008d8802c59fbac64ab8a568a7043e747490e46cdbb82096a794a075ddc59b5" + "sha256": "de40f1fb67f0a35aa90b27c9102cff1564070a8469cc6c5c80b63b2061f65fc7" }, "pipfile-spec": 6, "requires": { @@ -213,12 +213,12 @@ }, "filelock": { "hashes": [ - "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb", - "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546" + "sha256:404e5e9253aa60ad457cae1be07c0f0ca90a63931200a47d9b6a6af84fd7b45f", + "sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.13.3" + "version": "==3.13.4" }, "flask": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 36e4afb3..8f343b52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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