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"
96
96
markdown-it-py == 2.2.0 ;python_version >= "3.7"
97
97
mdurl == 0.1.2 ;python_version >= "3.7"
98
98
rich == 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"
100
100
101
101
# --- Testing Requirements --- #
102
102
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 220
220
'markdown-it-py==2.2.0;python_version>="3.7"' , # For new "rich"
221
221
'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
222
222
'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"' ,
224
224
],
225
225
extras_require = {
226
226
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments