Skip to content

Commit 7f5462e

Browse files
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](Textualize/rich@v13.9.0...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a9d348 commit 7f5462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"pygments==2.19.1",
3939
"pynacl==1.5", # Needed now as default with _load_account changement
4040
"python-magic==0.4.27",
41-
"rich==13.9.*",
41+
"rich>=13.9,<14.1",
4242
"setuptools>=65.5",
4343
"substrate-interface==1.7.11", # Needed for DOT signatures
4444
"textual==0.73",

0 commit comments

Comments
 (0)