|
141 | 141 | "PyYAML>=6.0",
|
142 | 142 | "certifi>=2022.12.7",
|
143 | 143 | 'filelock>=3.4.1;python_version<"3.7"',
|
144 |
| - 'filelock>=3.10.3;python_version>="3.7"', |
| 144 | + 'filelock>=3.10.4;python_version>="3.7"', |
145 | 145 | 'platformdirs>=2.4.0;python_version<"3.7"',
|
146 | 146 | 'platformdirs>=3.1.1;python_version>="3.7"',
|
147 | 147 | 'pyparsing>=3.0.7;python_version<"3.7"',
|
|
167 | 167 | 'trio==0.22.0;python_version>="3.7"',
|
168 | 168 | 'trio-websocket==0.10.2;python_version>="3.7"',
|
169 | 169 | 'websockets==10.4;python_version>="3.7"',
|
170 |
| - 'pyopenssl==23.0.0;python_version>="3.7"', |
| 170 | + 'pyopenssl==23.1.0;python_version>="3.7"', |
171 | 171 | 'wsproto==1.2.0;python_version>="3.7"',
|
172 | 172 | 'selenium==3.141.0;python_version<"3.7"',
|
173 |
| - 'selenium==4.8.2;python_version>="3.7"', |
| 173 | + 'selenium==4.8.3;python_version>="3.7"', |
174 | 174 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
175 | 175 | 'cssselect==1.1.0;python_version<"3.7"',
|
176 | 176 | 'cssselect==1.2.0;python_version>="3.7"',
|
|
201 | 201 | 'soupsieve==2.4;python_version>="3.7"',
|
202 | 202 | "beautifulsoup4==4.12.0",
|
203 | 203 | 'cryptography==36.0.2;python_version<"3.7"',
|
204 |
| - 'cryptography==39.0.2;python_version>="3.7"', |
| 204 | + 'cryptography==40.0.1;python_version>="3.7"', |
205 | 205 | "pygments==2.14.0",
|
206 | 206 | 'pyreadline3==3.4.1;platform_system=="Windows"',
|
207 | 207 | "tabcompleter==1.1.0",
|
|
0 commit comments