File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ attrs>=21.4.0
14
14
PyYAML >= 6.0 ;python_version >= "3.6"
15
15
traitlets >= 4.3.3 ;python_version < "3.7"
16
16
traitlets >= 5.3.0 ;python_version >= "3.7"
17
- certifi >= 2021.10.8 ;python_version < "3.5"
18
- certifi >= 2022.5.18 ;python_version >= "3.5" and python_version<"3.6"
17
+ certifi >= 2021.10.8 ;python_version < "3.6"
19
18
certifi >= 2022.6.15 ;python_version >= "3.6"
20
19
filelock >= 3.2.1 ;python_version < "3.6"
21
20
filelock >= 3.4.1 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 141
141
'PyYAML>=6.0;python_version>="3.6"' ,
142
142
'traitlets>=4.3.3;python_version<"3.7"' ,
143
143
'traitlets>=5.3.0;python_version>="3.7"' ,
144
- 'certifi>=2021.10.8;python_version<"3.5"' ,
145
- 'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"' ,
144
+ 'certifi>=2021.10.8;python_version<"3.6"' ,
146
145
'certifi>=2022.6.15;python_version>="3.6"' ,
147
146
'filelock>=3.2.1;python_version<"3.6"' ,
148
147
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments