|  | 
| 34 | 34 |             print("\nERROR! Publishing to PyPI requires Python>=3.9") | 
| 35 | 35 |             sys.exit() | 
| 36 | 36 |         print("\n*** Checking code health with flake8:\n") | 
| 37 |  | -        os.system("python -m pip install 'flake8==6.1.0'") | 
|  | 37 | +        os.system("python -m pip install 'flake8==7.0.0'") | 
| 38 | 38 |         flake8_status = os.system("flake8 --exclude=recordings,temp") | 
| 39 | 39 |         if flake8_status != 0: | 
| 40 | 40 |             print("\nERROR! Fix flake8 issues before publishing to PyPI!\n") | 
|  | 
| 161 | 161 |         'trio-websocket==0.11.1', | 
| 162 | 162 |         'wsproto==1.2.0', | 
| 163 | 163 |         'selenium==4.11.2;python_version<"3.8"', | 
| 164 |  | -        'selenium==4.16.0;python_version>="3.8"', | 
|  | 164 | +        'selenium==4.17.2;python_version>="3.8"', | 
| 165 | 165 |         'cssselect==1.2.0', | 
| 166 | 166 |         "sortedcontainers==2.4.0", | 
| 167 | 167 |         'fasteners==0.19', | 
| 168 | 168 |         'execnet==2.0.2', | 
| 169 | 169 |         'iniconfig==2.0.0', | 
| 170 | 170 |         'pluggy==1.2.0;python_version<"3.8"', | 
| 171 |  | -        'pluggy==1.3.0;python_version>="3.8"', | 
|  | 171 | +        'pluggy==1.4.0;python_version>="3.8"', | 
| 172 | 172 |         "py==1.11.0", | 
| 173 | 173 |         'pytest==7.4.4', | 
| 174 | 174 |         "pytest-html==2.0.1",  # Newer ones had issues | 
|  | 
| 233 | 233 |             'pdfminer.six==20221105;python_version<"3.8"', | 
| 234 | 234 |             'pdfminer.six==20231228;python_version>="3.8"', | 
| 235 | 235 |             'cryptography==39.0.2;python_version<"3.9"', | 
| 236 |  | -            'cryptography==41.0.7;python_version>="3.9"', | 
|  | 236 | +            'cryptography==42.0.0;python_version>="3.9"', | 
| 237 | 237 |             'cffi==1.15.1;python_version<"3.8"', | 
| 238 | 238 |             'cffi==1.16.0;python_version>="3.8"', | 
| 239 | 239 |             "pycparser==2.21", | 
|  | 
| 247 | 247 |         ], | 
| 248 | 248 |         # pip install -e .[psutil] | 
| 249 | 249 |         "psutil": [ | 
| 250 |  | -            "psutil==5.9.6", | 
|  | 250 | +            "psutil==5.9.8", | 
| 251 | 251 |         ], | 
| 252 | 252 |         # pip install -e .[selenium-stealth] | 
| 253 | 253 |         "selenium-stealth": [ | 
|  | 
0 commit comments