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