From a58145e3bdbd35c759efc11d5107de593d609698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:59:44 +0000 Subject: [PATCH] Update filelock requirement from ~=3.13.1 to ~=3.15.4 Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. - [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.15.4) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5c73d10..72254a72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ uvicorn~=0.23.2 fastapi~=0.101.0 pydantic~=2.1.1 keystoneauth1~=5.1.0 -filelock~=3.13.1 +filelock~=3.15.4 schema~=0.7.7 \ No newline at end of file