File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ packaging>=21.0;python_version>="3.6"
5
5
typing-extensions >= 3.10.0.2
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
- setuptools >= 58.2 .0 ;python_version >= "3.6"
8
+ setuptools >= 58.3 .0 ;python_version >= "3.6"
9
9
setuptools-scm == 5.0.2 ;python_version < "3.6"
10
10
setuptools-scm >= 6.3.2 ;python_version >= "3.6"
11
11
tomli >= 1.2.1 ;python_version >= "3.6"
@@ -97,7 +97,7 @@ platformdirs==2.4.0;python_version>="3.6"
97
97
pathlib2 == 2.3.5 ;python_version < "3.5"
98
98
importlib-metadata == 2.0.0 ;python_version < "3.5"
99
99
importlib-metadata == 2.1.1 ;python_version >= "3.5" and python_version<"3.6"
100
- virtualenv >= 20.8.1
100
+ virtualenv >= 20.9.0
101
101
pymysql == 0.10.1 ;python_version < "3.6"
102
102
pymysql == 1.0.2 ;python_version >= "3.6"
103
103
pyotp == 2.6.0
Original file line number Diff line number Diff line change 121
121
"typing-extensions>=3.10.0.2" ,
122
122
'setuptools>=44.1.1;python_version<"3.5"' ,
123
123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
124
- 'setuptools>=58.2 .0;python_version>="3.6"' ,
124
+ 'setuptools>=58.3 .0;python_version>="3.6"' ,
125
125
'setuptools-scm==5.0.2;python_version<"3.6"' ,
126
126
'setuptools-scm>=6.3.2;python_version>="3.6"' ,
127
127
'tomli>=1.2.1;python_version>="3.6"' ,
213
213
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
214
214
'importlib-metadata==2.0.0;python_version<"3.5"' ,
215
215
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
216
- "virtualenv>=20.8.1 " , # Sync with importlib-metadata and pathlib2
216
+ "virtualenv>=20.9.0 " , # Sync with importlib-metadata and pathlib2
217
217
'pymysql==0.10.1;python_version<"3.6"' ,
218
218
'pymysql==1.0.2;python_version>="3.6"' ,
219
219
"pyotp==2.6.0" ,
You can’t perform that action at this time.
0 commit comments