From 80a52ae4e176fc59446104846268f03c4e24e396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:58:49 +0000 Subject: [PATCH] Bump filelock from 3.13.1 to 3.13.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.1 to 3.13.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.1...3.13.3) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index cbf5b5e9..b44fdb94 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.1" +filelock = "==3.13.3" flask-cors = "==4.0.0" flask-restful = "==0.3.10" flask = "==3.0.2" diff --git a/Pipfile.lock b/Pipfile.lock index 05271b60..17c0e507 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4f6ebd0227eeebe1f4a9efd6aceb9be46c3839c464fb721cd8d6ceb155223b64" + "sha256": "f2f865290fdda4b24a131b70312e543f7309882c427c3c658f0816e44ddb6a1d" }, "pipfile-spec": 6, "requires": { @@ -213,12 +213,12 @@ }, "filelock": { "hashes": [ - "sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e", - "sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c" + "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb", + "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.13.1" + "version": "==3.13.3" }, "flask": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 5b9f171f..d52617bf 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.1; python_version >= '3.8' +filelock==3.13.3; python_version >= '3.8' flask==3.0.2; python_version >= '3.8' flask-cors==4.0.0 flask-restful==0.3.10