Skip to content

Commit eb39682

Browse files
authored
fix: allow rich >=14 by removing upper bound cap (#2689)
1 parent def4508 commit eb39682

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

poetry.lock

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ timeout-sampler = ">=0.0.17"
7272
click = "^8.1.7"
7373
pyhelper-utils = "*"
7474
ruff = "^0.6.0"
75-
rich = "^13.7.1"
75+
rich = ">=13.7.1"
7676
cloup = "^3.0.5"
7777
pytest = "^8.0.0"
7878

0 commit comments

Comments
 (0)