Skip to content

Commit 0571016

Browse files
committed
Update Python dependencies (setuptools, traitlets, ipython)
1 parent 5ccb5e0 commit 0571016

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=49.6.0;python_version>="3.5"
4+
setuptools>=50.0.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0
@@ -45,8 +45,11 @@ prompt-toolkit==1.0.18;python_version<"3.6.1"
4545
prompt-toolkit==3.0.7;python_version>="3.6.1"
4646
pygments==2.5.2;python_version<"3.5"
4747
pygments==2.6.1;python_version>="3.5"
48+
traitlets==4.3.3;python_version<"3.7"
49+
traitlets==5.0.0;python_version>="3.7"
4850
ipython==5.10.0;python_version<"3.5"
49-
ipython==6.5.0;python_version>="3.5" and python_version<"3.7"
51+
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
52+
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
5053
ipython==7.18.1;python_version>="3.7"
5154
colorama==0.4.3
5255
pymysql==0.10.0

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=49.6.0;python_version>="3.5"',
96+
'setuptools>=50.0.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',
@@ -137,8 +137,11 @@
137137
'prompt-toolkit==3.0.7;python_version>="3.6.1"',
138138
'pygments==2.5.2;python_version<"3.5"',
139139
'pygments==2.6.1;python_version>="3.5"',
140+
'traitlets==4.3.3;python_version<"3.7"',
141+
'traitlets==5.0.0;python_version>="3.7"',
140142
'ipython==5.10.0;python_version<"3.5"',
141-
'ipython==6.5.0;python_version>="3.5" and python_version<"3.7"',
143+
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
144+
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
142145
'ipython==7.18.1;python_version>="3.7"',
143146
'colorama==0.4.3',
144147
'pymysql==0.10.0',

0 commit comments

Comments
 (0)