Skip to content

Commit a73d2d0

Browse files
committed
Refresh Python dependencies
1 parent 078b78f commit a73d2d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pyotp==2.8.0;python_version>="3.7"
9595
cffi==1.15.1
9696
typing-extensions==4.1.1;python_version<"3.7"
9797
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"
9999
mdurl==0.1.2;python_version>="3.7"
100100
rich==12.6.0;python_version<"3.7"
101101
rich==13.4.2;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
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"',

0 commit comments

Comments
 (0)