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 @@ -95,7 +95,7 @@ pyotp==2.8.0;python_version>="3.7"
9595cffi == 1.15.1
9696typing-extensions == 4.1.1 ;python_version < "3.7"
9797commonmark == 0.9.1 ;python_version < "3.7"
98- markdown-it-py == 3.0.0 ;python_version >= "3.7 "
98+ markdown-it-py == 3.0.0 ;python_version >= "3.8 "
9999mdurl == 0.1.2 ;python_version >= "3.7"
100100rich == 12.6.0 ;python_version < "3.7"
101101rich == 13.4.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 219219 "cffi==1.15.1" ,
220220 'typing-extensions==4.1.1;python_version<"3.7"' ,
221221 'commonmark==0.9.1;python_version<"3.7"' , # For old "rich"
222- 'markdown-it-py==3.0.0;python_version>="3.7 "' , # For new "rich"
222+ 'markdown-it-py==3.0.0;python_version>="3.8 "' , # For new "rich"
223223 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
224224 'rich==12.6.0;python_version<"3.7"' ,
225225 'rich==13.4.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments