Skip to content

Commit f4098c0

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 f5c89eb commit f4098c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"pygments==2.19.1",
3838
"pynacl==1.5", # Needed now as default with _load_account changement
3939
"python-magic==0.4.27",
40-
"rich==13.9.*",
40+
"rich>=13.9,<14.1",
4141
"setuptools>=65.5",
4242
"substrate-interface==1.7.11", # Needed for DOT signatures
4343
"textual==0.73",

0 commit comments

Comments
 (0)