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 11pip >= 20.2.2
22packaging >= 20.4
33setuptools >= 44.1.1 ;python_version < "3.5"
4- setuptools >= 50.0.0 ;python_version >= "3.5"
4+ setuptools >= 50.0.3 ;python_version >= "3.5"
55setuptools-scm >= 4.1.2
66wheel >= 0.35.1
77six == 1.15.0
@@ -44,7 +44,7 @@ pyopenssl==19.1.0
4444pygments == 2.5.2 ;python_version < "3.5"
4545pygments == 2.6.1 ;python_version >= "3.5"
4646traitlets == 4.3.3 ;python_version < "3.7"
47- traitlets == 5.0.0 ;python_version >= "3.7"
47+ traitlets == 5.0.2 ;python_version >= "3.7"
4848prompt-toolkit == 1.0.18 ;python_version < "3.6"
4949prompt-toolkit == 3.0.7 ;python_version >= "3.6"
5050ipython == 5.10.0 ;python_version < "3.5"
Original file line number Diff line number Diff line change 9393 'pip>=20.2.2' ,
9494 'packaging>=20.4' ,
9595 'setuptools>=44.1.1;python_version<"3.5"' ,
96- 'setuptools>=50.0.0 ;python_version>="3.5"' ,
96+ 'setuptools>=50.0.3 ;python_version>="3.5"' ,
9797 'setuptools-scm' ,
9898 'wheel>=0.35.1' ,
9999 'six' ,
136136 'pygments==2.5.2;python_version<"3.5"' ,
137137 'pygments==2.6.1;python_version>="3.5"' ,
138138 'traitlets==4.3.3;python_version<"3.7"' ,
139- 'traitlets==5.0.0 ;python_version>="3.7"' ,
139+ 'traitlets==5.0.2 ;python_version>="3.7"' ,
140140 'ipython==5.10.0;python_version<"3.5"' ,
141141 'prompt-toolkit==1.0.18;python_version<"3.6"' ,
142142 'prompt-toolkit==3.0.7;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments