|
126 | 126 | install_requires=[
|
127 | 127 | 'pip>=20.3.4;python_version<"3.6"',
|
128 | 128 | 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
|
129 |
| - 'pip>=22.1.2;python_version>="3.7"', |
| 129 | + 'pip>=22.2.1;python_version>="3.7"', |
130 | 130 | 'packaging>=20.9;python_version<"3.6"',
|
131 | 131 | 'packaging>=21.3;python_version>="3.6"',
|
132 | 132 | 'setuptools>=44.1.1;python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=63.2.0;python_version>="3.7"', |
| 134 | + 'setuptools>=63.3.0;python_version>="3.7"', |
135 | 135 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
136 | 136 | 'tomli>=2.0.1;python_version>="3.7"',
|
137 | 137 | "wheel>=0.37.1",
|
138 |
| - "attrs>=21.4.0", |
| 138 | + 'attrs>=21.4.0;python_version<"3.6"', |
| 139 | + 'attrs>=22.1.0;python_version>="3.6"', |
139 | 140 | 'PyYAML>=6.0;python_version>="3.6"',
|
140 | 141 | 'traitlets>=4.3.3;python_version<"3.7"',
|
141 | 142 | 'traitlets>=5.3.0;python_version>="3.7"',
|
|
161 | 162 | 'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
|
162 | 163 | 'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
163 | 164 | 'charset-normalizer==2.1.0;python_version>="3.7"', # Sync "requests"
|
164 |
| - 'urllib3==1.26.10', # Stay in sync with "requests" |
| 165 | + 'urllib3==1.26.11', # Stay in sync with "requests" |
165 | 166 | 'requests==2.27.1;python_version<"3.7"',
|
166 | 167 | 'requests==2.28.1;python_version>="3.7"',
|
167 | 168 | "nose==1.3.7",
|
|
0 commit comments