|
131 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=60.9.3;python_version>="3.7"', |
| 134 | + 'setuptools>=60.10.0;python_version>="3.7"', |
135 | 135 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
136 | 136 | 'setuptools-scm>=6.4.2;python_version>="3.6"',
|
137 | 137 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
|
160 | 160 | 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
|
161 | 161 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
162 | 162 | 'charset-normalizer==2.0.12;python_version>="3.5"', # Sync "requests"
|
163 |
| - "urllib3==1.26.8", # Must stay in sync with "requests" |
| 163 | + "urllib3==1.26.9", # Must stay in sync with "requests" |
164 | 164 | 'requests==2.27.1;python_version<"3.5"',
|
165 | 165 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
166 | 166 | 'requests==2.27.1;python_version>="3.6"',
|
|
189 | 189 | 'pytest==4.6.11;python_version<"3.5"',
|
190 | 190 | 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
|
191 | 191 | 'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
|
192 |
| - 'pytest==7.1.0;python_version>="3.7"', |
| 192 | + 'pytest==7.1.1;python_version>="3.7"', |
193 | 193 | 'pytest-forked==1.3.0;python_version<"3.6"',
|
194 | 194 | 'pytest-forked==1.4.0;python_version>="3.6"',
|
195 | 195 | 'pytest-html==1.22.1;python_version<"3.6"',
|
|
0 commit comments