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 @@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
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
8
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
9
- setuptools >= 62.0 .0 ;python_version >= "3.7"
9
+ setuptools >= 62.1 .0 ;python_version >= "3.7"
10
10
setuptools-scm >= 5.0.2 ;python_version < "3.6"
11
11
setuptools-scm >= 6.4.2 ;python_version >= "3.6"
12
12
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
@@ -80,7 +80,7 @@ pytest-xdist==1.34.0;python_version<"3.5"
80
80
pytest-xdist == 2.2.1 ;python_version >= "3.5" and python_version<"3.6"
81
81
pytest-xdist == 2.5.0 ;python_version >= "3.6"
82
82
parameterized == 0.8.1
83
- sbvirtualdisplay == 1.0 .0
83
+ sbvirtualdisplay == 1.1 .0
84
84
soupsieve == 1.9.6 ;python_version < "3.5"
85
85
soupsieve == 2.1 ;python_version >= "3.5" and python_version<"3.6"
86
86
soupsieve == 2.3.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 131
131
'setuptools>=44.1.1;python_version<"3.5"' ,
132
132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
- 'setuptools>=62.0 .0;python_version>="3.7"' ,
134
+ 'setuptools>=62.1 .0;python_version>="3.7"' ,
135
135
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136
136
'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137
137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
205
205
'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"' ,
206
206
'pytest-xdist==2.5.0;python_version>="3.6"' ,
207
207
"parameterized==0.8.1" ,
208
- "sbvirtualdisplay==1.0 .0" ,
208
+ "sbvirtualdisplay==1.1 .0" ,
209
209
'soupsieve==1.9.6;python_version<"3.5"' ,
210
210
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"' ,
211
211
'soupsieve==2.3.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments