From cf85c7695c5134b1981b6c0c548b6be2bff4b164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:58:54 +0000 Subject: [PATCH] Chore(deps): Bump textual from 0.73 to 5.3.0 Bumps [textual](https://github.com/Textualize/textual) from 0.73 to 5.3.0. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v0.73.0...v5.3.0) --- updated-dependencies: - dependency-name: textual dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 717f9564..1e406271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "rich==13.9.*", "setuptools>=65.5", "substrate-interface==1.7.11", # Needed for DOT signatures - "textual==0.73", + "textual==5.3.0", "typer==0.15.2", ] optional-dependencies.cosmos = [ "cosmospy==6" ]