From c8764d251b0ad8009fee16349caa2f22dcf78869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:25:21 +0000 Subject: [PATCH] chore(deps): update textual-image requirement Updates the requirements on [textual-image](https://github.com/lnqs/textual-image) to permit the latest version. - [Release notes](https://github.com/lnqs/textual-image/releases) - [Changelog](https://github.com/lnqs/textual-image/blob/main/CHANGELOG.md) - [Commits](https://github.com/lnqs/textual-image/compare/v0.8.5...v0.12.0) --- updated-dependencies: - dependency-name: textual-image dependency-version: 0.12.0 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 fd54782..2816f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "av~=16.1.0", "textual>=1.0.0,<9.0.0", - "textual-image~=0.8.5", + "textual-image>=0.8.5,<0.13.0", "textual-canvas~=1.1.0", "numpy" ]