|
149 | 149 | 'pip>=26.0.1', |
150 | 150 | 'packaging>=26.0', |
151 | 151 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues |
152 | | - 'setuptools>=82.0.0;python_version>="3.10"', |
| 152 | + 'setuptools>=82.0.1;python_version>="3.10"', |
153 | 153 | 'wheel>=0.46.3', |
154 | 154 | 'attrs>=25.4.0', |
155 | 155 | 'certifi>=2026.2.25', |
156 | 156 | 'exceptiongroup>=1.3.1', |
157 | 157 | 'websockets~=15.0.1;python_version<"3.10"', |
158 | 158 | 'websockets>=16.0;python_version>="3.10"', |
159 | 159 | 'filelock~=3.19.1;python_version<"3.10"', |
160 | | - 'filelock>=3.24.3;python_version>="3.10"', |
| 160 | + 'filelock>=3.25.1;python_version>="3.10"', |
161 | 161 | 'fasteners>=0.20', |
162 | | - 'mycdp>=1.3.2', |
| 162 | + 'mycdp>=1.3.3', |
163 | 163 | 'pynose>=1.5.5', |
164 | 164 | 'platformdirs~=4.4.0;python_version<"3.10"', |
165 | | - 'platformdirs>=4.9.2;python_version>="3.10"', |
| 165 | + 'platformdirs>=4.9.4;python_version>="3.10"', |
166 | 166 | 'typing-extensions>=4.15.0', |
167 | 167 | 'sbvirtualdisplay>=1.4.0', |
168 | 168 | 'MarkupSafe>=3.0.3', |
|
177 | 177 | 'tabcompleter>=1.4.0', |
178 | 178 | 'pdbp>=1.8.2', |
179 | 179 | 'idna>=3.11', |
180 | | - 'charset-normalizer>=3.4.4,<4', |
| 180 | + 'charset-normalizer>=3.4.5,<4', |
181 | 181 | 'urllib3>=1.26.20,<2;python_version<"3.10"', |
182 | 182 | 'urllib3>=1.26.20,<3;python_version>="3.10"', |
183 | 183 | 'requests~=2.32.5', |
|
0 commit comments