From fb42e8bbbc36fa5c14cb8a8163d44f6f891b6534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:54:59 +0000 Subject: [PATCH] deps: update textual-plotext requirement from >=1.0.0 to >=1.0.1 Updates the requirements on [textual-plotext](https://github.com/Textualize/textual-plotext) to permit the latest version. - [Release notes](https://github.com/Textualize/textual-plotext/releases) - [Changelog](https://github.com/Textualize/textual-plotext/blob/main/ChangeLog.md) - [Commits](https://github.com/Textualize/textual-plotext/commits) --- updated-dependencies: - dependency-name: textual-plotext dependency-version: 1.0.1 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..fbb1dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "textual>=0.85.0", "filelock>=3.12.0", "plotext>=5.3.0", - "textual-plotext>=1.0.0", + "textual-plotext>=1.0.1", ] [project.optional-dependencies]