From 1b9f92a99a44c9aeb91cc078862362da3dd87333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:43:10 +0000 Subject: [PATCH 1/2] Update filelock requirement from <3.32,>=3.4 to >=3.32.0,<3.33 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.32.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.0 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 cea61a34..92c2e357 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.32 +filelock >= 3.32.0, < 3.33 From e8b24450fa73c41f68d36dd02cfe2bf9a6380213 Mon Sep 17 00:00:00 2001 From: Mihael Hategan Date: Tue, 28 Jul 2026 13:14:48 -0700 Subject: [PATCH 2/2] Apply suggestion from @hategan --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 92c2e357..b007cd9b 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.32.0, < 3.33 +filelock >= 3.4, < 3.33