File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
- enrich
85
85
- flaky
86
86
- pytest
87
- - rich>=10.2.1
87
+ - rich>=11.0.0
88
88
- ruamel.yaml
89
89
- tenacity
90
90
- types-PyYAML
@@ -109,7 +109,7 @@ repos:
109
109
- flaky
110
110
- pytest
111
111
- pyyaml
112
- - rich
112
+ - rich>=11.0.0
113
113
- ruamel.yaml
114
114
- sphinx
115
115
- tenacity
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pytest-cov==3.0.0
25
25
pytest-forked==1.3.0
26
26
pytest-xdist==2.4.0
27
27
pyyaml==6.0
28
- rich==10.12 .0
28
+ rich==11.0 .0
29
29
ruamel.yaml==0.17.16 ; python_version >= "3.7"
30
30
ruamel.yaml.clib==0.2.6
31
31
tenacity==8.0.1
Original file line number Diff line number Diff line change 8
8
try :
9
9
from rich .console import group
10
10
except ImportError :
11
- from rich .console import render_group as group
11
+ from rich .console import render_group as group # type: ignore
12
12
13
13
from rich .markdown import Markdown
14
14
from rich .table import Table
You can’t perform that action at this time.
0 commit comments