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 @@ -92,7 +92,7 @@ cffi==1.15.1
9292typing-extensions == 4.1.1 ;python_version < "3.7"
9393typing-extensions == 4.4.0 ;python_version >= "3.7" and python_version<"3.9"
9494commonmark == 0.9.1 ;python_version < "3.7"
95- markdown-it-py == 2.1 .0 ;python_version >= "3.7"
95+ markdown-it-py == 2.2 .0 ;python_version >= "3.7"
9696mdurl == 0.1.2 ;python_version >= "3.7"
9797rich == 12.6.0 ;python_version < "3.7"
9898rich == 13.3.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 216216 'typing-extensions==4.1.1;python_version<"3.7"' ,
217217 'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
218218 'commonmark==0.9.1;python_version<"3.7"' , # For old "rich"
219- 'markdown-it-py==2.1 .0;python_version>="3.7"' , # For new "rich"
219+ 'markdown-it-py==2.2 .0;python_version>="3.7"' , # For new "rich"
220220 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
221221 'rich==12.6.0;python_version<"3.7"' ,
222222 'rich==13.3.1;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments