From 7f5462e3b20a6280f9974d55a004abcdadfac1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:46:11 +0000 Subject: [PATCH] Chore(deps): Update rich requirement from ==13.9.* to >=13.9,<14.1 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.0...v14.0.0) --- updated-dependencies: - dependency-name: rich 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 c6b625b6..38db419d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "pygments==2.19.1", "pynacl==1.5", # Needed now as default with _load_account changement "python-magic==0.4.27", - "rich==13.9.*", + "rich>=13.9,<14.1", "setuptools>=65.5", "substrate-interface==1.7.11", # Needed for DOT signatures "textual==0.73",