|  | 
| 127 | 127 |         'packaging>=21.3;python_version<"3.7"', | 
| 128 | 128 |         'packaging>=23.1;python_version>="3.7"', | 
| 129 | 129 |         'setuptools>=59.6.0;python_version<"3.7"', | 
| 130 |  | -        'setuptools>=67.7.2;python_version>="3.7"', | 
|  | 130 | +        'setuptools>=67.8.0;python_version>="3.7"', | 
| 131 | 131 |         'keyring>=23.4.1;python_version<"3.8"', | 
| 132 | 132 |         'keyring>=23.13.1;python_version>="3.8"', | 
| 133 | 133 |         'tomli>=1.2.3;python_version<"3.7"', | 
|  | 
| 159 | 159 |         'urllib3==1.26.12;python_version<"3.7"', | 
| 160 | 160 |         'urllib3>=1.26.15,<2.1.0;python_version>="3.7"', | 
| 161 | 161 |         'requests==2.27.1;python_version<"3.7"', | 
| 162 |  | -        'requests>=2.29.0,<2.31.0;python_version>="3.7"', | 
|  | 162 | +        'requests==2.31.0;python_version>="3.7"', | 
| 163 | 163 |         'requests-toolbelt==1.0.0', | 
| 164 |  | -        "pynose==1.4.4", | 
|  | 164 | +        "pynose==1.4.5", | 
| 165 | 165 |         'sniffio==1.3.0;python_version>="3.7"', | 
| 166 | 166 |         'h11==0.14.0;python_version>="3.7"', | 
| 167 | 167 |         'outcome==1.2.0;python_version>="3.7"', | 
|  | 
| 193 | 193 |         'pytest-rerunfailures==10.3;python_version<"3.7"', | 
| 194 | 194 |         'pytest-rerunfailures==11.1.2;python_version>="3.7"', | 
| 195 | 195 |         'pytest-xdist==2.5.0;python_version<"3.7"', | 
| 196 |  | -        'pytest-xdist==3.2.1;python_version>="3.7"', | 
|  | 196 | +        'pytest-xdist==3.3.1;python_version>="3.7"', | 
| 197 | 197 |         'parameterized==0.8.1;python_version<"3.7"', | 
| 198 | 198 |         'parameterized==0.9.0;python_version>="3.7"', | 
| 199 | 199 |         "sbvirtualdisplay==1.2.0", | 
|  | 
| 241 | 241 |         # Usage: coverage run -m pytest; coverage html; coverage report | 
| 242 | 242 |         "coverage": [ | 
| 243 | 243 |             'coverage==6.2;python_version<"3.7"', | 
| 244 |  | -            'coverage==7.2.5;python_version>="3.7"', | 
| 245 |  | -            "pytest-cov==4.0.0", | 
|  | 244 | +            'coverage==7.2.6;python_version>="3.7"', | 
|  | 245 | +            'pytest-cov==4.0.0;python_version<"3.7"', | 
|  | 246 | +            'pytest-cov==4.1.0;python_version>="3.7"', | 
| 246 | 247 |         ], | 
| 247 | 248 |         # pip install -e .[flake8] | 
| 248 | 249 |         # Usage: flake8 | 
|  | 
0 commit comments