Skip to content

Commit 3727f31

Browse files
committed
Refresh Python dependencies
1 parent 1758a23 commit 3727f31

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
@@ -92,7 +92,7 @@ cffi==1.15.1
9292
typing-extensions==4.1.1;python_version<"3.7"
9393
typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"
9494
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"
9696
mdurl==0.1.2;python_version>="3.7"
9797
rich==12.6.0;python_version<"3.7"
9898
rich==13.3.1;python_version>="3.7"

setup.py

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

0 commit comments

Comments
 (0)