|
163 | 163 | 'trio==0.22.0;python_version>="3.7"',
|
164 | 164 | 'trio-websocket==0.9.2;python_version>="3.7"',
|
165 | 165 | 'websockets==10.4;python_version>="3.7"',
|
166 |
| - 'pyopenssl==22.1.0;python_version>="3.7"', |
| 166 | + 'pyopenssl==23.0.0;python_version>="3.7"', |
167 | 167 | 'wsproto==1.2.0;python_version>="3.7"',
|
168 | 168 | 'selenium==3.141.0;python_version<"3.7"',
|
169 | 169 | 'selenium==4.7.2;python_version>="3.7"',
|
|
196 | 196 | 'soupsieve==2.3.2.post1;python_version>="3.6"',
|
197 | 197 | 'beautifulsoup4==4.11.1;python_version>="3.6"',
|
198 | 198 | 'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
|
199 |
| - 'cryptography==38.0.4;python_version>="3.7"', |
200 |
| - 'pygments==2.13.0;python_version>="3.6"', |
| 199 | + 'cryptography==39.0.0;python_version>="3.7"', |
| 200 | + 'pygments==2.14.0;python_version>="3.6"', |
201 | 201 | 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
|
202 | 202 | "tabcompleter==1.1.0",
|
203 | 203 | "pdbp==1.2.7",
|
|
219 | 219 | # Usage: coverage run -m pytest; coverage html; coverage report
|
220 | 220 | "coverage": [
|
221 | 221 | 'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
|
222 |
| - 'coverage==7.0.1;python_version>="3.7"', |
| 222 | + 'coverage==7.0.3;python_version>="3.7"', |
223 | 223 | 'pytest-cov==4.0.0;python_version>="3.6"',
|
224 | 224 | ],
|
225 | 225 | # pip install -e .[flake8]
|
|
248 | 248 | # pip install -e .[pillow]
|
249 | 249 | "pillow": [
|
250 | 250 | 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
|
251 |
| - 'Pillow==9.3.0;python_version>="3.7"', |
| 251 | + 'Pillow==9.4.0;python_version>="3.7"', |
252 | 252 | ],
|
253 | 253 | # pip install -e .[psutil]
|
254 | 254 | "psutil": [
|
|
0 commit comments