From fbfccc33cb6841858dd937564c81ca283596d8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:12:35 +0000 Subject: [PATCH] Update filelock requirement from <3.17,>=3.4 to >=3.4,<3.18 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.4.0...3.17.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 36cf4553..cf9ed31a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,4 +7,4 @@ pytest >= 6.2.0 requests >= 2.25.1 pytest-cov pytest-timeout -filelock >= 3.4, < 3.17 +filelock >= 3.4, < 3.18