From eac7bcba81348948ccfe286173f8a3732fe5bba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:11:19 +0000 Subject: [PATCH] build(deps): update filelock requirement from >=3.0.0 to >=3.19.1 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/v3.0.0...3.19.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d80d1c1..6a7f0ebd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ click >= 8.1.7 colorama >= 0.2.5, < 0.4.7 cryptography < 47.0.0 fastapi[all] >= 0.94.0 -filelock >= 3.0.0 +filelock >= 3.19.1 paramiko >= 3.3.1 prettytable >= 3.9.0 psutil >= 5.9.0