File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ filelock>=3.9.0;python_version>="3.7"
1818platformdirs >= 2.4.0 ;python_version < "3.7"
1919platformdirs >= 2.6.2 ;python_version >= "3.7"
2020pyparsing >= 3.0.7 ;python_version < "3.7"
21- pyparsing >= 3.0.9 ;python_version >= "3.7"
2221six == 1.16.0
2322idna == 3.4
2423chardet == 4.0.0 ;python_version < "3.7"
@@ -92,7 +91,7 @@ commonmark==0.9.1;python_version<"3.7"
9291markdown-it-py == 2.1.0 ;python_version >= "3.7"
9392mdurl == 0.1.2 ;python_version >= "3.7"
9493rich == 12.6.0 ;python_version < "3.7"
95- rich == 13.2.0 ;python_version >= "3.7"
94+ rich == 13.3.1 ;python_version >= "3.7"
9695
9796# --- Testing Requirements --- #
9897# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 142142 'platformdirs>=2.4.0;python_version<"3.7"' ,
143143 'platformdirs>=2.6.2;python_version>="3.7"' ,
144144 'pyparsing>=3.0.7;python_version<"3.7"' ,
145- 'pyparsing>=3.0.9;python_version>="3.7"' ,
146145 "six==1.16.0" ,
147146 "idna==3.4" ,
148147 'chardet==4.0.0;python_version<"3.7"' ,
216215 'markdown-it-py==2.1.0;python_version>="3.7"' , # For new "rich"
217216 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
218217 'rich==12.6.0;python_version<"3.7"' ,
219- 'rich==13.2.0 ;python_version>="3.7"' ,
218+ 'rich==13.3.1 ;python_version>="3.7"' ,
220219 ],
221220 extras_require = {
222221 # pip install -e .[coverage]
You can’t perform that action at this time.
0 commit comments