|
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", |
|
252 | 253 | # Usage: flake8 |
253 | 254 | "flake": [ |
254 | 255 | 'flake8==3.7.9;python_version<"3.6"', |
255 | | - 'flake8==4.0.1;python_version>="3.6"', |
256 | | - "mccabe==0.6.1", |
| 256 | + 'flake8==5.0.2;python_version>="3.6"', |
| 257 | + 'mccabe==0.6.1;python_version<"3.6"', |
| 258 | + 'mccabe==0.7.0;python_version>="3.6"', |
257 | 259 | 'pyflakes==2.1.1;python_version<"3.6"', |
258 | | - 'pyflakes==2.4.0;python_version>="3.6"', |
| 260 | + 'pyflakes==2.5.0;python_version>="3.6"', |
259 | 261 | 'pycodestyle==2.5.0;python_version<"3.6"', |
260 | | - 'pycodestyle==2.8.0;python_version>="3.6"', |
| 262 | + 'pycodestyle==2.9.0;python_version>="3.6"', |
261 | 263 | ], |
262 | 264 | # pip install -e .[pdfminer] |
263 | 265 | "pdfminer": [ |
|
0 commit comments