From 864758480310f89ede636554a96000b5617ec28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:00:29 +0000 Subject: [PATCH] Bump filelock from 3.15.4 to 3.20.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.4 to 3.20.1. - [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.15.4...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index bf926f8..1cd1a10 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ certifi==2024.7.4; python_version >= '3.6' cfgv==3.4.0; python_version >= '3.8' charset-normalizer==3.3.2; python_full_version >= '3.7.0' distlib==0.3.8 -filelock==3.15.4; python_version >= '3.8' +filelock==3.20.1; python_version >= '3.8' greenlet==3.0.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32'))))) identify==2.6.0; python_version >= '3.8' idna==3.8; python_version >= '3.6'