File tree 2 files changed +2
-4
lines changed
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"
18
18
platformdirs >= 2.4.0 ;python_version < "3.7"
19
19
platformdirs >= 2.6.2 ;python_version >= "3.7"
20
20
pyparsing >= 3.0.7 ;python_version < "3.7"
21
- pyparsing >= 3.0.9 ;python_version >= "3.7"
22
21
six == 1.16.0
23
22
idna == 3.4
24
23
chardet == 4.0.0 ;python_version < "3.7"
@@ -92,7 +91,7 @@ commonmark==0.9.1;python_version<"3.7"
92
91
markdown-it-py == 2.1.0 ;python_version >= "3.7"
93
92
mdurl == 0.1.2 ;python_version >= "3.7"
94
93
rich == 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"
96
95
97
96
# --- Testing Requirements --- #
98
97
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 142
142
'platformdirs>=2.4.0;python_version<"3.7"' ,
143
143
'platformdirs>=2.6.2;python_version>="3.7"' ,
144
144
'pyparsing>=3.0.7;python_version<"3.7"' ,
145
- 'pyparsing>=3.0.9;python_version>="3.7"' ,
146
145
"six==1.16.0" ,
147
146
"idna==3.4" ,
148
147
'chardet==4.0.0;python_version<"3.7"' ,
216
215
'markdown-it-py==2.1.0;python_version>="3.7"' , # For new "rich"
217
216
'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
218
217
'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"' ,
220
219
],
221
220
extras_require = {
222
221
# pip install -e .[coverage]
You can’t perform that action at this time.
0 commit comments