From 25126cfb0bdbec4edbed6c303fa9d085b3cb0aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:46:04 +0000 Subject: [PATCH] Bump filelock from 0.2.0 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 0.2.0 to 3.20.3. - [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.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 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..7505060 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.3', 'tinydb>=3.15.0,<4.0.0', 'six' ]