Skip to content

Commit 04b01ea

Browse files
Update rich requirement from <14,>=13 to >=13,<15
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.0.0...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd144d2 commit 04b01ea

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"numpy>=1,<3",
3535
"pyparsing>=3.1.2,<4",
3636
"typing-extensions>=4,<5; python_version<'3.11'",
37-
"rich>=13,<14",
37+
"rich>=13,<15",
3838
]
3939

4040
dynamic = ["version"]

0 commit comments

Comments
 (0)