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"
66setuptools >= 44.1.1 ;python_version < "3.5"
77setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
88setuptools >= 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"
1010setuptools-scm >= 5.0.2 ;python_version < "3.6"
1111setuptools-scm >= 6.4.2 ;python_version >= "3.6"
1212tomli >= 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"
8080pytest-xdist == 2.2.1 ;python_version >= "3.5" and python_version<"3.6"
8181pytest-xdist == 2.5.0 ;python_version >= "3.6"
8282parameterized == 0.8.1
83- sbvirtualdisplay == 1.0 .0
83+ sbvirtualdisplay == 1.1 .0
8484soupsieve == 1.9.6 ;python_version < "3.5"
8585soupsieve == 2.1 ;python_version >= "3.5" and python_version<"3.6"
8686soupsieve == 2.3.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 131131 'setuptools>=44.1.1;python_version<"3.5"' ,
132132 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133133 '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"' ,
135135 'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136136 'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137137 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
205205 'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"' ,
206206 'pytest-xdist==2.5.0;python_version>="3.6"' ,
207207 "parameterized==0.8.1" ,
208- "sbvirtualdisplay==1.0 .0" ,
208+ "sbvirtualdisplay==1.1 .0" ,
209209 'soupsieve==1.9.6;python_version<"3.5"' ,
210210 'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"' ,
211211 'soupsieve==2.3.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments