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 @@ -94,7 +94,7 @@ decorator==5.1.1;python_version>="3.5"
94
94
ipython == 5.10.0 ;python_version < "3.5"
95
95
ipython == 7.9.0 ;python_version >= "3.5" and python_version<"3.6"
96
96
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
97
- ipython == 7.31.0 ;python_version >= "3.7"
97
+ ipython == 7.31.1 ;python_version >= "3.7"
98
98
matplotlib-inline == 0.1.3 ;python_version >= "3.7"
99
99
colorama == 0.4.4
100
100
platformdirs == 2.0.2 ;python_version < "3.6"
Original file line number Diff line number Diff line change 219
219
'ipython==5.10.0;python_version<"3.5"' ,
220
220
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"' ,
221
221
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
222
- 'ipython==7.31.0 ;python_version>="3.7"' , # Requires matplotlib-inline
222
+ 'ipython==7.31.1 ;python_version>="3.7"' , # Requires matplotlib-inline
223
223
'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
224
224
"colorama==0.4.4" ,
225
225
'platformdirs==2.0.2;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments