|
161 | 161 | 'filelock>=3.19.1;python_version>="3.9"', |
162 | 162 | 'fasteners>=0.20', |
163 | 163 | "mycdp>=1.2.0", |
164 | | - "pynose>=1.5.4", |
| 164 | + "pynose>=1.5.5", |
165 | 165 | 'platformdirs>=4.3.6;python_version<"3.9"', |
166 | 166 | 'platformdirs>=4.4.0;python_version>="3.9"', |
167 | 167 | 'typing-extensions>=4.13.2', |
|
184 | 184 | 'urllib3>=1.26.20,<2;python_version<"3.10"', |
185 | 185 | 'urllib3>=1.26.20,<2.6.0;python_version>="3.10"', |
186 | 186 | 'requests==2.32.4;python_version<"3.9"', |
187 | | - 'requests>=2.32.5,<2.33;python_version>="3.9"', |
| 187 | + 'requests~=2.32.5;python_version>="3.9"', |
188 | 188 | 'sniffio==1.3.1', |
189 | 189 | 'h11==0.16.0', |
190 | 190 | 'outcome==1.3.0.post0', |
191 | 191 | 'trio==0.27.0;python_version<"3.9"', |
192 | | - 'trio==0.30.0;python_version>="3.9"', |
193 | | - 'trio-websocket==0.12.2', |
| 192 | + 'trio~=0.30.0;python_version>="3.9"', |
| 193 | + 'trio-websocket~=0.12.2', |
194 | 194 | 'wsproto==1.2.0', |
195 | | - 'websocket-client==1.8.0', |
| 195 | + 'websocket-client~=1.8.0', |
196 | 196 | 'selenium==4.27.1;python_version<"3.9"', |
197 | 197 | 'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"', |
198 | 198 | 'selenium==4.35.0;python_version>="3.10"', |
|
239 | 239 | 'coverage>=7.6.1;python_version<"3.9"', |
240 | 240 | 'coverage>=7.10.6;python_version>="3.9"', |
241 | 241 | 'pytest-cov>=5.0.0;python_version<"3.9"', |
242 | | - 'pytest-cov>=6.3.0;python_version>="3.9"', |
| 242 | + 'pytest-cov>=7.0.0;python_version>="3.9"', |
243 | 243 | ], |
244 | 244 | # pip install -e .[flake8] |
245 | 245 | # Usage: flake8 |
|
271 | 271 | 'pdfminer.six==20250506;python_version>="3.9"', |
272 | 272 | 'cryptography==39.0.2;python_version<"3.9"', |
273 | 273 | 'cryptography==45.0.7;python_version>="3.9"', |
274 | | - 'cffi==1.17.1', |
275 | | - "pycparser==2.22", |
| 274 | + 'cffi==1.17.1;python_version<"3.9"', |
| 275 | + 'cffi==2.0.0;python_version>="3.9"', |
| 276 | + 'pycparser==2.22;python_version<"3.9"', |
| 277 | + 'pycparser==2.23;python_version>="3.9"', |
276 | 278 | ], |
277 | 279 | # pip install -e .[pillow] |
278 | 280 | # (An optional library for image-processing.) |
|
0 commit comments