Skip to content

Commit ab2f416

Browse files
authored
Merge pull request #345 from gerlero/dependabot/pip/rich-gte-13-and-lt-15
Update rich requirement from <14,>=13 to >=13,<15
2 parents 34234c0 + 04b01ea commit ab2f416

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"numpy>=1,<3",
3535
"pyparsing>=3.1.2,<4",
3636
"typing-extensions>=4,<5; python_version<'3.11'",
37-
"rich>=13,<14",
37+
"rich>=13,<15",
3838
]
3939

4040
dynamic = ["version"]

0 commit comments

Comments
 (0)