Skip to content

Commit 631979d

Browse files
authored
Merge pull request #82 from stac-extensions/dependabot/pip/rich-gte-13.7.0-and-lt-15.0.0
⬆️ Update rich requirement from <14.0.0,>=13.7.0 to >=13.7.0,<15.0.0
2 parents d3c67da + f770c54 commit 631979d

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
@@ -16,7 +16,7 @@ license = {text = "Apache Software License 2.0"}
1616
requires-python = "<4.0,>=3.10"
1717
dependencies = [
1818
"typer<1.0.0,>=0.9.0",
19-
"rich<14.0.0,>=13.7.0",
19+
"rich>=13.7.0,<15.0.0",
2020
"pydantic<3.0.0,>=2.6.3",
2121
"pydantic-core<3,>=2",
2222
"pystac<2.0.0,>=1.9.0",

0 commit comments

Comments
 (0)