From 2c399734935f3ab06f81d608d5bd37682879eab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:43:25 +0000 Subject: [PATCH 1/2] Update filelock requirement from <3.20,>=3.4 to >=3.31.1,<3.32 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.31.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.31.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..0a5b7d9f3 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.31.1, < 3.32 From f870f4dac839eeb33414893953c193a055cc5f25 Mon Sep 17 00:00:00 2001 From: Mihael Hategan Date: Mon, 20 Jul 2026 12:02:28 -0700 Subject: [PATCH 2/2] Update requirements-tests.txt --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0a5b7d9f3..cea61a34e 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.31.1, < 3.32 +filelock >= 3.4, < 3.32