remove the constraint on rich < 12.5, the tests also succeed with rich 14.0 https://github.com/pycontribs/enrich/issues/40 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enrich?expand=0&rev=10
6 lines
229 B
Diff
6 lines
229 B
Diff
--- a/.config/requirements.in 2024-06-14 14:49:49.000000000 +0200
|
|
+++ b/.config/requirements.in 2025-09-17 17:15:41.785371328 +0200
|
|
@@ -1 +1 @@
|
|
-rich>=10.0.0,<12.5.0 # https://github.com/pycontribs/enrich/issues/40
|
|
+rich>=10.0.0
|