File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pygments==2.7.4;python_version>="3.5"
5858traitlets == 4.3.3 ;python_version < "3.7"
5959traitlets == 5.0.5 ;python_version >= "3.7"
6060prompt-toolkit == 1.0.18 ;python_version < "3.6"
61- prompt-toolkit == 3.0.15 ;python_version >= "3.6"
61+ prompt-toolkit == 3.0.16 ;python_version >= "3.6"
6262ipython == 5.10.0 ;python_version < "3.5"
6363ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
6464ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
@@ -73,7 +73,7 @@ coverage==5.4
7373brython == 3.9.1
7474pyotp == 2.6.0
7575boto == 2.49.0
76- cffi == 1.14.4
76+ cffi == 1.14.5
7777toml == 0.10.2
7878Pillow == 6.2.2 ;python_version < "3.5"
7979Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 162162 'traitlets==4.3.3;python_version<"3.7"' ,
163163 'traitlets==5.0.5;python_version>="3.7"' ,
164164 'prompt-toolkit==1.0.18;python_version<"3.6"' ,
165- 'prompt-toolkit==3.0.15 ;python_version>="3.6"' ,
165+ 'prompt-toolkit==3.0.16 ;python_version>="3.6"' ,
166166 'ipython==5.10.0;python_version<"3.5"' ,
167167 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
168168 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
177177 'brython==3.9.1' ,
178178 'pyotp==2.6.0' ,
179179 'boto==2.49.0' ,
180- 'cffi==1.14.4 ' ,
180+ 'cffi==1.14.5 ' ,
181181 'toml==0.10.2' ,
182182 'Pillow==6.2.2;python_version<"3.5"' ,
183183 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments