|
145 | 145 | 'platformdirs>=3.0.0;python_version>="3.7"', |
146 | 146 | 'pyparsing>=3.0.7;python_version<"3.7"', |
147 | 147 | 'zipp==3.6.0;python_version<"3.7"', |
148 | | - 'zipp>=3.12.1;python_version>="3.7"', |
| 148 | + 'zipp>=3.14.0;python_version>="3.7"', |
149 | 149 | "six==1.16.0", |
150 | 150 | "idna==3.4", |
151 | 151 | 'chardet==4.0.0;python_version<"3.7"', |
|
167 | 167 | 'pyopenssl==23.0.0;python_version>="3.7"', |
168 | 168 | 'wsproto==1.2.0;python_version>="3.7"', |
169 | 169 | 'selenium==3.141.0;python_version<"3.7"', |
170 | | - 'selenium==4.8.0;python_version>="3.7"', |
| 170 | + 'selenium==4.8.2;python_version>="3.7"', |
171 | 171 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"', |
172 | 172 | 'more-itertools==8.14.0;python_version<"3.7"', |
173 | 173 | 'more-itertools==9.0.0;python_version>="3.7"', |
|
183 | 183 | "py==1.11.0", |
184 | 184 | 'pytest==7.0.1;python_version<"3.7"', |
185 | 185 | 'pytest==7.2.1;python_version>="3.7"', |
186 | | - "pytest-forked==1.4.0", |
| 186 | + 'pytest-forked==1.4.0;python_version<"3.7"', |
| 187 | + 'pytest-forked==1.6.0;python_version>="3.7"', |
187 | 188 | "pytest-html==2.0.1", # Newer ones had issues |
188 | 189 | 'pytest-metadata==1.11.0;python_version<"3.7"', |
189 | 190 | 'pytest-metadata==2.0.4;python_version>="3.7"', |
190 | 191 | "pytest-ordering==0.6", |
191 | 192 | 'pytest-rerunfailures==10.3;python_version<"3.7"', |
192 | | - 'pytest-rerunfailures==11.0;python_version>="3.7"', |
| 193 | + 'pytest-rerunfailures==11.1.1;python_version>="3.7"', |
193 | 194 | 'pytest-xdist==2.5.0;python_version<"3.7"', |
194 | 195 | 'pytest-xdist==3.2.0;python_version>="3.7"', |
195 | 196 | "parameterized==0.8.1", |
196 | 197 | "sbvirtualdisplay==1.2.0", |
197 | 198 | "behave==1.2.6", |
198 | | - "soupsieve==2.3.2.post1", |
| 199 | + 'soupsieve==2.3.2.post1;python_version<"3.7"', |
| 200 | + 'soupsieve==2.4;python_version>="3.7"', |
199 | 201 | "beautifulsoup4==4.11.2", |
200 | 202 | 'cryptography==36.0.2;python_version<"3.7"', |
201 | 203 | 'cryptography==39.0.1;python_version>="3.7"', |
|
0 commit comments