From ea697522e5148acfb3a60ef80824e1d6acb35f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:43 +0000 Subject: [PATCH] Update filelock requirement from >=3.16.0 to >=3.25.2 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/3.16.0...3.25.2) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.25.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..9812cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "polars>=0.18.15", # For data processing "graphbrain", "aiohttp>=3.10.11", - "filelock>=3.16.0", + "filelock>=3.25.2", "protobuf>=5.26.1", "requests>=2.32.2", "werkzeug>=3.0.6",