|
140 | 140 | 'attrs>=22.1.0;python_version>="3.6"',
|
141 | 141 | 'PyYAML>=6.0;python_version>="3.6"',
|
142 | 142 | 'traitlets>=4.3.3;python_version<"3.7"',
|
143 |
| - 'traitlets>=5.3.0;python_version>="3.7"', |
| 143 | + 'traitlets>=5.4.0;python_version>="3.7"', |
144 | 144 | 'certifi>=2021.10.8;python_version<"3.6"',
|
145 |
| - 'certifi>=2022.6.15;python_version>="3.6"', |
| 145 | + 'certifi>=2022.6.15.2;python_version>="3.6"', |
146 | 146 | 'filelock>=3.2.1;python_version<"3.6"',
|
147 | 147 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
|
148 | 148 | 'filelock>=3.8.0;python_version>="3.7"',
|
|
160 | 160 | 'jedi==0.17.2;python_version<"3.6"',
|
161 | 161 | 'jedi==0.18.1;python_version>="3.6"',
|
162 | 162 | 'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
|
163 |
| - 'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests" |
| 163 | + 'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests" |
164 | 164 | 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
|
165 | 165 | 'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
|
166 | 166 | 'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
|
|
218 | 218 | 'beautifulsoup4==4.11.1;python_version>="3.6"',
|
219 | 219 | 'cryptography==2.9.2;python_version<"3.6"',
|
220 | 220 | 'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
|
221 |
| - 'cryptography==37.0.4;python_version>="3.7"', |
| 221 | + 'cryptography==38.0.1;python_version>="3.7"', |
222 | 222 | 'pygments==2.5.2;python_version<"3.6"',
|
223 | 223 | 'pygments==2.13.0;python_version>="3.6"',
|
224 | 224 | 'prompt-toolkit==1.0.18;python_version<"3.6"',
|
|
236 | 236 | 'pymysql==0.10.1;python_version<"3.6"',
|
237 | 237 | 'pymysql==1.0.2;python_version>="3.6"',
|
238 | 238 | 'pyotp==2.3.0;python_version<"3.6"',
|
239 |
| - 'pyotp==2.6.0;python_version>="3.6"', |
| 239 | + 'pyotp==2.7.0;python_version>="3.6"', |
240 | 240 | "cffi==1.15.1",
|
241 | 241 | "toml==0.10.2",
|
242 | 242 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
|
|
0 commit comments