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 @@ -62,7 +62,7 @@ prompt-toolkit==3.0.16;python_version>="3.6"
62
62
ipython == 5.10.0 ;python_version < "3.5"
63
63
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
64
64
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"
66
66
colorama == 0.4.4
67
67
pathlib2 == 2.3.5 ;python_version < "3.5"
68
68
importlib-metadata == 2.0.0 ;python_version < "3.6"
Original file line number Diff line number Diff line change 166
166
'ipython==5.10.0;python_version<"3.5"' ,
167
167
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
168
168
'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"' ,
170
170
'colorama==0.4.4' ,
171
171
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
172
172
'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
You can’t perform that action at this time.
0 commit comments