From d830ef0c450e8fb7e50eb606fa56ffea20a9159e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:47:01 +0000 Subject: [PATCH] Update filelock requirement from ~=3.13.1 to ~=3.16.1 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.16.1) --- 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..7e7753e4 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.16.1 schema~=0.7.7 \ No newline at end of file