File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ PyYAML>=6.0;python_version>="3.6"
16
16
traitlets >= 4.3.3 ;python_version < "3.7"
17
17
traitlets >= 5.4.0 ;python_version >= "3.7"
18
18
certifi >= 2021.10.8 ;python_version < "3.6"
19
- certifi >= 2022.6.15.2 ;python_version >= "3.6"
19
+ certifi >= 2022.9.14 ;python_version >= "3.6"
20
20
filelock >= 3.2.1 ;python_version < "3.6"
21
21
filelock >= 3.4.1 ;python_version >= "3.6" and python_version<"3.7"
22
22
filelock >= 3.8.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.4.0;python_version>="3.7"' ,
144
144
'certifi>=2021.10.8;python_version<"3.6"' ,
145
- 'certifi>=2022.6.15.2 ;python_version>="3.6"' ,
145
+ 'certifi>=2022.9.14 ;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"' ,
You can’t perform that action at this time.
0 commit comments