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
92
92
typing-extensions == 4.1.1 ;python_version < "3.7"
93
93
typing-extensions == 4.4.0 ;python_version >= "3.7" and python_version<"3.9"
94
94
commonmark == 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"
96
96
mdurl == 0.1.2 ;python_version >= "3.7"
97
97
rich == 12.6.0 ;python_version < "3.7"
98
98
rich == 13.3.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 216
216
'typing-extensions==4.1.1;python_version<"3.7"' ,
217
217
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
218
218
'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"
220
220
'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
221
221
'rich==12.6.0;python_version<"3.7"' ,
222
222
'rich==13.3.1;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments