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"
95
95
cffi == 1.15.1
96
96
typing-extensions == 4.1.1 ;python_version < "3.7"
97
97
commonmark == 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 "
99
99
mdurl == 0.1.2 ;python_version >= "3.7"
100
100
rich == 12.6.0 ;python_version < "3.7"
101
101
rich == 13.4.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 219
219
"cffi==1.15.1" ,
220
220
'typing-extensions==4.1.1;python_version<"3.7"' ,
221
221
'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"
223
223
'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
224
224
'rich==12.6.0;python_version<"3.7"' ,
225
225
'rich==13.4.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments