|
130 | 130 | 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"', |
131 | 131 | 'pip>=22.3.1;python_version>="3.7"', |
132 | 132 | 'packaging>=20.9;python_version<"3.6"', |
133 | | - 'packaging>=21.3;python_version>="3.6"', |
| 133 | + 'packaging>=21.3;python_version>="3.6" and python_version<"3.7"', |
| 134 | + 'packaging>=22.0;python_version>="3.7"', |
134 | 135 | 'setuptools>=44.1.1;python_version<"3.6"', |
135 | 136 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"', |
136 | 137 | 'setuptools>=65.6.3;python_version>="3.7"', |
|
143 | 144 | 'attrs>=22.1.0;python_version>="3.6"', |
144 | 145 | 'PyYAML>=6.0;python_version>="3.6"', |
145 | 146 | 'certifi>=2021.10.8;python_version<"3.6"', |
146 | | - 'certifi>=2022.9.24;python_version>="3.6"', |
| 147 | + 'certifi>=2022.12.7;python_version>="3.6"', |
147 | 148 | 'filelock>=3.2.1;python_version<"3.6"', |
148 | 149 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"', |
149 | 150 | 'filelock>=3.8.2;python_version>="3.7"', |
|
225 | 226 | 'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"', |
226 | 227 | 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501 |
227 | 228 | "tabcompleter==1.1.0", |
228 | | - "pdbp==1.2.5", |
| 229 | + "pdbp==1.2.6", |
229 | 230 | 'colorama==0.4.6;python_version<"3.6"', |
230 | 231 | 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"', |
231 | 232 | 'colorama==0.4.6;python_version>="3.7"', |
|
234 | 235 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 |
235 | 236 | "pycparser==2.21", |
236 | 237 | 'pyotp==2.3.0;python_version<"3.6"', |
237 | | - 'pyotp==2.7.0;python_version>="3.6"', |
| 238 | + 'pyotp==2.7.0;python_version>="3.6" and python_version<"3.7"', |
| 239 | + 'pyotp==2.8.0;python_version>="3.7"', |
238 | 240 | "cffi==1.15.1", |
239 | 241 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich" |
240 | 242 | 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
241 | | - 'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501 |
| 243 | + 'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501 |
242 | 244 | 'rich==12.6.0;python_version>="3.6" and python_version<"4.0"', |
243 | 245 | ], |
244 | 246 | extras_require={ |
|
0 commit comments