From 9d5f99259a05542391953b80ab06eed0e88201b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:54:51 +0000 Subject: [PATCH] deps: update filelock requirement from >=3.12.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.12.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 b9f8e14..2346256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "jinja2>=3.1.0", "pyyaml>=6.0", "textual>=0.85.0", - "filelock>=3.12.0", + "filelock>=3.25.2", "plotext>=5.3.0", "textual-plotext>=1.0.0", ]