Skip to content

Commit d736df0

Browse files
committed
Update the ipython dependency version
1 parent a86b8cc commit d736df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ prompt-toolkit==3.0.16;python_version>="3.6"
6262
ipython==5.10.0;python_version<"3.5"
6363
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6464
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
65-
ipython==7.20.0;python_version>="3.7"
65+
ipython==7.21.0;python_version>="3.7"
6666
colorama==0.4.4
6767
pathlib2==2.3.5;python_version<"3.5"
6868
importlib-metadata==2.0.0;python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
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"',
169-
'ipython==7.20.0;python_version>="3.7"',
169+
'ipython==7.21.0;python_version>="3.7"',
170170
'colorama==0.4.4',
171171
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
172172
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"

0 commit comments

Comments
 (0)