Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update rich requirement from <4,>=3.3.2 to >=3.3.2,<14
Browse files Browse the repository at this point in the history
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@v3.3.2...v13.6.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hammerhead committed Feb 16, 2024
1 parent e542921 commit 0307cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(path):
entry_points={"console_scripts": ["migr8 = crate.migr8.__main__:main"]},
install_requires=[
"pymongo>=3.10.1,<5",
"rich>=3.3.2,<4",
"rich>=3.3.2,<14",
"orjson>=3.3.1,<4",
"python-bsonjs>=0.2,<0.5",
],
Expand Down

0 comments on commit 0307cd6

Please sign in to comment.