From c79df03c5626878b00792df94824953f98a4e22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:53:56 +0000 Subject: [PATCH] Bump filelock from 0.2.0 to 3.20.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 0.2.0 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/commits/3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21dbcf8..4cb629c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'pyyaml>=4.2b1', 'netaddr', "requests>=2.7.0,<3.0", - 'filelock==0.2.0', + 'filelock==3.20.1', 'tinydb>=3.15.0,<4.0.0', 'six' ]