|
101 | 101 | "Programming Language :: Python :: 3.7",
|
102 | 102 | "Programming Language :: Python :: 3.8",
|
103 | 103 | "Programming Language :: Python :: 3.9",
|
| 104 | + "Programming Language :: Python :: 3.10", |
104 | 105 | "Topic :: Internet",
|
105 | 106 | "Topic :: Scientific/Engineering",
|
106 | 107 | "Topic :: Software Development",
|
|
117 | 118 | 'pip>=21.2.4;python_version>="3.6"',
|
118 | 119 | 'packaging>=20.9;python_version<"3.6"',
|
119 | 120 | 'packaging>=21.0;python_version>="3.6"',
|
120 |
| - "typing-extensions>=3.10.0.0", |
| 121 | + "typing-extensions>=3.10.0.2", |
121 | 122 | 'setuptools>=44.1.1;python_version<"3.5"',
|
122 | 123 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
123 | 124 | 'setuptools>=57.4.0;python_version>="3.6"',
|
|
154 | 155 | 'fasteners==0.16;python_version<"3.5"',
|
155 | 156 | 'fasteners==0.16.3;python_version>="3.5"',
|
156 | 157 | "execnet==1.9.0",
|
157 |
| - "pluggy==0.13.1", |
| 158 | + 'pluggy==0.13.1;python_version<"3.6"', |
| 159 | + 'pluggy==1.0.0;python_version>="3.6"', |
158 | 160 | 'py==1.8.1;python_version<"3.5"',
|
159 | 161 | 'py==1.10.0;python_version>="3.5"',
|
160 | 162 | 'pytest==4.6.11;python_version<"3.5"',
|
161 | 163 | 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
|
162 |
| - 'pytest==6.2.4;python_version>="3.6"', |
| 164 | + 'pytest==6.2.5;python_version>="3.6"', |
163 | 165 | "pytest-forked==1.3.0",
|
164 | 166 | 'pytest-html==1.22.1;python_version<"3.6"',
|
165 | 167 | 'pytest-html==2.0.1;python_version>="3.6"',
|
|
186 | 188 | 'pygments==2.5.2;python_version<"3.5"',
|
187 | 189 | 'pygments==2.10.0;python_version>="3.5"',
|
188 | 190 | 'traitlets==4.3.3;python_version<"3.7"',
|
189 |
| - 'traitlets==5.0.5;python_version>="3.7"', |
| 191 | + 'traitlets==5.1.0;python_version>="3.7"', |
190 | 192 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
191 | 193 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
192 | 194 | 'prompt-toolkit==3.0.20;python_version>="3.6.2"',
|
|
195 | 197 | 'ipython==5.10.0;python_version<"3.5"',
|
196 | 198 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
197 | 199 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
198 |
| - 'ipython==7.26.0;python_version>="3.7"', |
199 |
| - 'matplotlib-inline==0.1.2;python_version>="3.7"', |
| 200 | + 'ipython==7.27.0;python_version>="3.7"', # Requires matplotlib-inline |
| 201 | + 'matplotlib-inline==0.1.2;python_version>="3.7"', # ipython needs this |
200 | 202 | "colorama==0.4.4",
|
201 | 203 | 'platformdirs==2.0.2;python_version<"3.6"',
|
202 |
| - 'platformdirs==2.2.0;python_version>="3.6"', |
| 204 | + 'platformdirs==2.3.0;python_version>="3.6"', |
203 | 205 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
204 | 206 | 'importlib-metadata==2.0.0;python_version<"3.5"',
|
205 | 207 | 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
|
213 | 215 | 'Pillow==6.2.2;python_version<"3.5"',
|
214 | 216 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
215 | 217 | 'Pillow==8.3.1;python_version>="3.6"',
|
216 |
| - 'rich==10.7.0;python_version>="3.6" and python_version<"4.0"', |
| 218 | + 'rich==10.9.0;python_version>="3.6" and python_version<"4.0"', |
217 | 219 | 'tornado==5.1.1;python_version<"3.5"',
|
218 | 220 | 'tornado==6.1;python_version>="3.5"',
|
219 | 221 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments