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 @@ -83,7 +83,7 @@ commonmark==0.9.1;python_version<"3.7"
8383markdown-it-py == 3.0.0 ;python_version >= "3.8"
8484mdurl == 0.1.2 ;python_version >= "3.7"
8585rich == 12.6.0 ;python_version < "3.7"
86- rich == 13.5.0 ;python_version >= "3.7"
86+ rich == 13.5.1 ;python_version >= "3.7"
8787
8888# --- Testing Requirements --- #
8989# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 217217 'markdown-it-py==3.0.0;python_version>="3.8"' , # For new "rich"
218218 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
219219 'rich==12.6.0;python_version<"3.7"' ,
220- 'rich==13.5.0 ;python_version>="3.7"' ,
220+ 'rich==13.5.1 ;python_version>="3.7"' ,
221221 ],
222222 extras_require = {
223223 # pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments