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 @@ -88,7 +88,7 @@ decorator==5.1.0;python_version>="3.5"
88
88
ipython == 5.10.0 ;python_version < "3.5"
89
89
ipython == 7.9.0 ;python_version >= "3.5" and python_version<"3.6"
90
90
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
91
- ipython == 7.30.0 ;python_version >= "3.7"
91
+ ipython == 7.30.1 ;python_version >= "3.7"
92
92
matplotlib-inline == 0.1.3 ;python_version >= "3.7"
93
93
colorama == 0.4.4
94
94
platformdirs == 2.0.2 ;python_version < "3.6"
@@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109
109
Pillow == 8.4.0 ;python_version >= "3.6"
110
110
typing-extensions == 3.10.0.2 ;python_version < "3.6"
111
111
typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8"
112
- rich == 10.15.1 ;python_version >= "3.6" and python_version<"4.0"
112
+ rich == 10.15.2 ;python_version >= "3.6" and python_version<"4.0"
113
113
tornado == 5.1.1 ;python_version < "3.5"
114
114
tornado == 6.1 ;python_version >= "3.5"
115
115
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 207
207
'ipython==5.10.0;python_version<"3.5"' ,
208
208
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"' ,
209
209
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
210
- 'ipython==7.30.0 ;python_version>="3.7"' , # Requires matplotlib-inline
210
+ 'ipython==7.30.1 ;python_version>="3.7"' , # Requires matplotlib-inline
211
211
'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
212
212
"colorama==0.4.4" ,
213
213
'platformdirs==2.0.2;python_version<"3.6"' ,
228
228
'Pillow==8.4.0;python_version>="3.6"' ,
229
229
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
230
230
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
231
- 'rich==10.15.1 ;python_version>="3.6" and python_version<"4.0"' ,
231
+ 'rich==10.15.2 ;python_version>="3.6" and python_version<"4.0"' ,
232
232
'tornado==5.1.1;python_version<"3.5"' ,
233
233
'tornado==6.1;python_version>="3.5"' ,
234
234
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments