Skip to content

Commit b3139e6

Browse files
committed
Update Python dependencies
1 parent b29207d commit b3139e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.1.3;python_version>="3.6"
3-
packaging>=21.0
3+
packaging>=20.9;python_version<"3.6"
4+
packaging>=21.0;python_version>="3.6"
45
typing-extensions>=3.10.0.0
56
setuptools>=44.1.1;python_version<"3.5"
67
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
install_requires=[
116116
'pip>=20.3.4;python_version<"3.6"',
117117
'pip>=21.1.3;python_version>="3.6"',
118-
"packaging>=21.0",
118+
'packaging>=20.9;python_version<"3.6"',
119+
'packaging>=21.0;python_version>="3.6"',
119120
"typing-extensions>=3.10.0.0",
120121
'setuptools>=44.1.1;python_version<"3.5"',
121122
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',

0 commit comments

Comments
 (0)