|
163 | 163 | "mycdp>=1.2.0",
|
164 | 164 | "pynose>=1.5.4",
|
165 | 165 | 'platformdirs>=4.3.6;python_version<"3.9"',
|
166 |
| - 'platformdirs>=4.3.8;python_version>="3.9"', |
| 166 | + 'platformdirs>=4.4.0;python_version>="3.9"', |
167 | 167 | 'typing-extensions>=4.13.2',
|
168 | 168 | "sbvirtualdisplay>=1.4.0",
|
169 | 169 | 'MarkupSafe==2.1.5;python_version<"3.9"',
|
|
183 | 183 | 'charset-normalizer>=3.4.3,<4',
|
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 |
| - 'requests==2.32.4', |
| 186 | + 'requests>=2.32.5,<2.33', |
187 | 187 | 'sniffio==1.3.1',
|
188 | 188 | 'h11==0.16.0',
|
189 | 189 | 'outcome==1.3.0.post0',
|
|
214 | 214 | 'parameterized==0.9.0',
|
215 | 215 | "behave==1.2.6", # Newer ones had issues
|
216 | 216 | 'soupsieve==2.7',
|
217 |
| - "beautifulsoup4==4.13.4", |
| 217 | + "beautifulsoup4>=4.13.5,<4.14", |
218 | 218 | 'pyotp==2.9.0',
|
219 | 219 | 'python-xlib==0.33;platform_system=="Linux"',
|
220 | 220 | 'markdown-it-py==3.0.0;python_version<"3.10"',
|
|
235 | 235 | # Usage: coverage run -m pytest; coverage html; coverage report
|
236 | 236 | "coverage": [
|
237 | 237 | 'coverage>=7.6.1;python_version<"3.9"',
|
238 |
| - 'coverage>=7.10.4;python_version>="3.9"', |
| 238 | + 'coverage>=7.10.5;python_version>="3.9"', |
239 | 239 | 'pytest-cov>=5.0.0;python_version<"3.9"',
|
240 | 240 | 'pytest-cov>=6.2.1;python_version>="3.9"',
|
241 | 241 | ],
|
|
0 commit comments