|
173 | 173 | 'sniffio==1.3.0;python_version>="3.7"', |
174 | 174 | 'h11==0.14.0;python_version>="3.7"', |
175 | 175 | 'outcome==1.2.0;python_version>="3.7"', |
176 | | - 'trio==0.21.0;python_version>="3.7"', |
| 176 | + 'trio==0.22.0;python_version>="3.7"', |
177 | 177 | 'trio-websocket==0.9.2;python_version>="3.7"', |
178 | 178 | 'websockets==10.3;python_version>="3.7"', |
179 | 179 | 'pyopenssl==22.1.0;python_version>="3.7"', |
180 | 180 | 'wsproto==1.2.0;python_version>="3.7"', |
181 | 181 | 'selenium==3.141.0;python_version<"3.7"', |
182 | | - 'selenium==4.4.3;python_version>="3.7"', |
| 182 | + 'selenium==4.5.0;python_version>="3.7"', |
183 | 183 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"', |
184 | 184 | 'more-itertools==5.0.0;python_version<"3.6"', |
185 | 185 | 'more-itertools==8.14.0;python_version>="3.6"', |
|
253 | 253 | 'coverage==6.2;python_version>="3.6" and python_version<"3.7"', |
254 | 254 | 'coverage==6.4.4;python_version>="3.7"', |
255 | 255 | 'pytest-cov==2.12.1;python_version<"3.6"', |
256 | | - 'pytest-cov==3.0.0;python_version>="3.6"', |
| 256 | + 'pytest-cov==4.0.0;python_version>="3.6"', |
257 | 257 | ], |
258 | 258 | # pip install -e .[flake] |
259 | 259 | # Usage: flake8 |
|
0 commit comments