Skip to content

Commit fc9395a

Browse files
Update rich requirement from <14,>=13 to >=13,<15 (#839)
* 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-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update meta.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Remy Gwaramadze <gwaramadze@users.noreply.github.com>
1 parent 84a8719 commit fc9395a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requirements:
3333
- pymongo >=4.11,<5
3434
- pandas >=1.0.0,<3.0
3535
- elasticsearch >=8.17,<9
36-
- rich >=13,<14
36+
- rich >=13,<15
3737

3838
test:
3939
imports:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pydantic>=2.7,<2.11
77
pydantic-settings>=2.3,<2.9
88
jsonschema>=4.3.0
99
jsonlines>=4,<5
10-
rich>=13,<14
10+
rich>=13,<15

0 commit comments

Comments
 (0)