Skip to content

Commit 4476c24

Browse files
committed
Refresh Python dependencies
1 parent 3a8aee3 commit 4476c24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ pyotp==2.7.0;python_version<"3.7"
9494
pyotp==2.8.0;python_version>="3.7"
9595
cffi==1.15.1
9696
typing-extensions==4.1.1;python_version<"3.7"
97-
typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"
9897
commonmark==0.9.1;python_version<"3.7"
9998
markdown-it-py==2.2.0;python_version>="3.7"
10099
mdurl==0.1.2;python_version>="3.7"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@
218218
'pyotp==2.8.0;python_version>="3.7"',
219219
"cffi==1.15.1",
220220
'typing-extensions==4.1.1;python_version<"3.7"',
221-
'typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
222221
'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
223222
'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich"
224223
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"

0 commit comments

Comments
 (0)