|
130 | 130 | 'setuptools>=44.1.1;python_version<"3.5"',
|
131 | 131 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
132 | 132 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
133 |
| - 'setuptools>=60.3.1;python_version>="3.7"', |
| 133 | + 'setuptools>=60.5.0;python_version>="3.7"', |
134 | 134 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
135 |
| - 'setuptools-scm>=6.3.2;python_version>="3.6"', |
| 135 | + 'setuptools-scm>=6.4.2;python_version>="3.6"', |
136 | 136 | 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
|
137 | 137 | 'tomli>=2.0.0;python_version>="3.7"',
|
138 | 138 | "wheel>=0.37.1",
|
|
159 | 159 | 'requests==2.27.1;python_version>="3.6"',
|
160 | 160 | "nose==1.3.7",
|
161 | 161 | 'sniffio==1.2.0;python_version>="3.7"',
|
| 162 | + 'h11==0.13.0;python_version>="3.7"', |
162 | 163 | 'trio==0.19.0;python_version>="3.7"',
|
163 | 164 | 'trio-websocket==0.9.2;python_version>="3.7"',
|
164 | 165 | 'pyopenssl==21.0.0;python_version>="3.7"',
|
|
174 | 175 | 'filelock==3.4.1;python_version>="3.6" and python_version<"3.7"',
|
175 | 176 | 'filelock==3.4.2;python_version>="3.7"',
|
176 | 177 | 'fasteners==0.16;python_version<"3.5"',
|
177 |
| - 'fasteners==0.16.3;python_version>="3.5"', |
| 178 | + 'fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"', |
| 179 | + 'fasteners==0.17.2;python_version>="3.6"', |
178 | 180 | "execnet==1.9.0",
|
179 | 181 | 'pluggy==0.13.1;python_version<"3.6"',
|
180 | 182 | 'pluggy==1.0.0;python_version>="3.6"',
|
|
0 commit comments