Skip to content

Commit 97e33e1

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 234dd8f commit 97e33e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TODO(fjablonski): Convert this requirements to pyproject.toml with uv
22
backoff>=2.2.0,<=2.2.1
33
httpx[http2]>=0.25.0,<=0.28.1
4-
rich>=13.7.0,<=14.0.0
4+
rich>=13.7.0,<=14.2.0
55
omegaconf>=2.1.2,<=2.3.0
66
pandas>=2.1.2,<=2.3.3
77
password-strength>=0.0.3.post2,<=0.0.3.post2

0 commit comments

Comments
 (0)