From 8a0ebf1514359d400a175ee4ce205b44c2317c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:03:12 +0000 Subject: [PATCH] Update filelock requirement from <3.20,>=3.4 to >=3.19.1,<3.20 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.19.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.19.1 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 130753ce6..7600ad8c5 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.20 +filelock >= 3.19.1, < 3.20