From 57e3d19f22f91a03b63a573136854aa0663111d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 06:46:50 +0000 Subject: [PATCH] fix(deps): update dependency filelock to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b7477ca..a3468a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dynamic = [ ] dependencies = [ "fastapi>=0.133", - "filelock>=3.20.3,<4", + "filelock>=4.0.1,<5", "niquests>=3.4.2,<4", "pydantic>=2.1.1", "python-dotenv>=1",