File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ commonmark==0.9.1;python_version<"3.7"
9696markdown-it-py == 2.2.0 ;python_version >= "3.7"
9797mdurl == 0.1.2 ;python_version >= "3.7"
9898rich == 12.6.0 ;python_version < "3.7"
99- rich == 13.3.1 ;python_version >= "3.7"
99+ rich == 13.3.2 ;python_version >= "3.7"
100100
101101# --- Testing Requirements --- #
102102# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 220220 'markdown-it-py==2.2.0;python_version>="3.7"' , # For new "rich"
221221 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
222222 'rich==12.6.0;python_version<"3.7"' ,
223- 'rich==13.3.1 ;python_version>="3.7"' ,
223+ 'rich==13.3.2 ;python_version>="3.7"' ,
224224 ],
225225 extras_require = {
226226 # pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments