From 5c436dc5c01737a31e4a497b7cf9cb0a07da7754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:49:36 +0000 Subject: [PATCH] pip prod(deps): bump filelock from 3.14.0 to 3.15.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.14.0 to 3.15.1. - [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.14.0...3.15.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-py/requirements.txt b/backend-py/requirements.txt index 28f1b67..30f7039 100644 --- a/backend-py/requirements.txt +++ b/backend-py/requirements.txt @@ -1,4 +1,4 @@ distlib==0.3.8 -filelock==3.14.0 +filelock==3.15.1 platformdirs==4.2.2 virtualenv==20.26.2