Skip to content

Commit e012ba2

Browse files
Update rich requirement from <=14.0.0,>=13.7.0 to >=13.7.0,<=14.2.0
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.7.0...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d283b99 commit e012ba2

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
@@ -39,7 +39,7 @@ dependencies = [
3939
"typing_extensions>=4.12.2,<=4.15.0",
4040
"xxhash>=1.1.0,<=3.6.0",
4141
"backoff>=2.2.0,<=2.2.1",
42-
"rich>=13.7.0,<=14.0.0",
42+
"rich>=13.7.0,<=14.2.0",
4343
]
4444

4545
[project.urls]

0 commit comments

Comments
 (0)