|
158 | 158 | 'websockets~=13.1;python_version<"3.9"', |
159 | 159 | 'websockets>=15.0.1;python_version>="3.9"', |
160 | 160 | 'filelock~=3.16.1;python_version<"3.9"', |
161 | | - 'filelock>=3.19.1;python_version>="3.9"', |
| 161 | + 'filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"', |
| 162 | + 'filelock>=3.20.0;python_version>="3.10"', |
162 | 163 | 'fasteners>=0.20', |
163 | 164 | "mycdp>=1.2.0", |
164 | 165 | "pynose>=1.5.5", |
165 | | - 'platformdirs>=4.3.6;python_version<"3.9"', |
166 | | - 'platformdirs>=4.4.0;python_version>="3.9"', |
| 166 | + 'platformdirs~=4.3.6;python_version<"3.9"', |
| 167 | + 'platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"', |
| 168 | + 'platformdirs>=4.5.0;python_version>="3.10"', |
167 | 169 | 'typing-extensions~=4.13.2;python_version<"3.9"', |
168 | 170 | 'typing-extensions>=4.15.0;python_version>="3.9"', |
169 | 171 | "sbvirtualdisplay>=1.4.0", |
|
176 | 178 | 'colorama>=0.4.6', |
177 | 179 | 'pyyaml>=6.0.3', |
178 | 180 | 'pygments>=2.19.2', |
179 | | - 'pyreadline3>=3.5.3;platform_system=="Windows"', |
| 181 | + 'pyreadline3>=3.5.4;platform_system=="Windows"', |
180 | 182 | "tabcompleter>=1.4.0", |
181 | 183 | "pdbp>=1.7.1", |
182 | 184 | "idna==3.10", |
|
225 | 227 | 'markdown-it-py==3.0.0;python_version<"3.10"', |
226 | 228 | 'markdown-it-py==4.0.0;python_version>="3.10"', |
227 | 229 | 'mdurl==0.1.2', |
228 | | - 'rich>=14.1.0,<15', |
| 230 | + 'rich>=14.2.0,<15', |
229 | 231 | ], |
230 | 232 | extras_require={ |
231 | 233 | # pip install -e .[allure] |
|
0 commit comments