From 88ba82f1929093f51d3cb1807404ca156e8a5c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:54:54 +0000 Subject: [PATCH] deps: update plotext requirement from >=5.3.0 to >=5.3.2 Updates the requirements on [plotext](https://github.com/piccolomo/plotext) to permit the latest version. - [Release notes](https://github.com/piccolomo/plotext/releases) - [Commits](https://github.com/piccolomo/plotext/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: plotext dependency-version: 5.3.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..ac349a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pyyaml>=6.0", "textual>=0.85.0", "filelock>=3.12.0", - "plotext>=5.3.0", + "plotext>=5.3.2", "textual-plotext>=1.0.0", ]