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"
1616traitlets >= 4.3.3 ;python_version < "3.7"
1717traitlets >= 5.4.0 ;python_version >= "3.7"
1818certifi >= 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"
2020filelock >= 3.2.1 ;python_version < "3.6"
2121filelock >= 3.4.1 ;python_version >= "3.6" and python_version<"3.7"
2222filelock >= 3.8.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 142142 'traitlets>=4.3.3;python_version<"3.7"' ,
143143 'traitlets>=5.4.0;python_version>="3.7"' ,
144144 '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"' ,
146146 'filelock>=3.2.1;python_version<"3.6"' ,
147147 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"' ,
148148 'filelock>=3.8.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments