Skip to content

Commit e52c2e5

Browse files
committed
Update Python dependencies
1 parent 984cb72 commit e52c2e5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=20.3.4;python_version<"3.6"
2-
pip>=21.2.2;python_version>="3.6"
2+
pip>=21.2.3;python_version>="3.6"
33
packaging>=20.9;python_version<"3.6"
44
packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.0
@@ -8,7 +8,7 @@ setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=57.4.0;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.0.1;python_version>="3.6"
11-
wheel>=0.36.2
11+
wheel>=0.37.0
1212
attrs>=21.2.0
1313
PyYAML>=5.4.1;python_version>="3.6"
1414
sortedcontainers==2.4.0
@@ -86,7 +86,7 @@ platformdirs==2.0.2;python_version<"3.6"
8686
platformdirs==2.2.0;python_version>="3.6"
8787
pathlib2==2.3.5;python_version<"3.5"
8888
importlib-metadata==2.0.0;python_version<"3.6"
89-
virtualenv>=20.7.0
89+
virtualenv>=20.7.1
9090
pymysql==0.10.1;python_version<"3.6"
9191
pymysql==1.0.2;python_version>="3.6"
9292
pyotp==2.6.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
115115
install_requires=[
116116
'pip>=20.3.4;python_version<"3.6"',
117-
'pip>=21.2.2;python_version>="3.6"',
117+
'pip>=21.2.3;python_version>="3.6"',
118118
'packaging>=20.9;python_version<"3.6"',
119119
'packaging>=21.0;python_version>="3.6"',
120120
"typing-extensions>=3.10.0.0",
@@ -123,7 +123,7 @@
123123
'setuptools>=57.4.0;python_version>="3.6"',
124124
'setuptools-scm==5.0.2;python_version<"3.6"',
125125
'setuptools-scm>=6.0.1;python_version>="3.6"',
126-
"wheel>=0.36.2",
126+
"wheel>=0.37.0",
127127
"attrs>=21.2.0",
128128
'PyYAML>=5.4.1;python_version>="3.6"',
129129
"sortedcontainers==2.4.0",
@@ -201,7 +201,7 @@
201201
'platformdirs==2.2.0;python_version>="3.6"',
202202
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
203203
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
204-
"virtualenv>=20.7.0", # Sync with importlib-metadata and pathlib2
204+
"virtualenv>=20.7.1", # Sync with importlib-metadata and pathlib2
205205
'pymysql==0.10.1;python_version<"3.6"',
206206
'pymysql==1.0.2;python_version>="3.6"',
207207
"pyotp==2.6.0",

0 commit comments

Comments
 (0)