File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- regex >= 2021.7.6
1
+ regex >= 2021.8.3
2
2
tqdm >= 4.62.0
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
4
joblib == 1.0.1 ;python_version >= "3.6"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ decorator==5.0.9;python_version>="3.5"
79
79
ipython == 5.10.0 ;python_version < "3.5"
80
80
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
81
81
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
82
- ipython == 7.25 .0 ;python_version >= "3.7"
82
+ ipython == 7.26 .0 ;python_version >= "3.7"
83
83
matplotlib-inline == 0.1.2 ;python_version >= "3.7"
84
84
colorama == 0.4.4
85
85
platformdirs == 2.0.2 ;python_version < "3.6"
@@ -96,7 +96,7 @@ toml==0.10.2
96
96
Pillow == 6.2.2 ;python_version < "3.5"
97
97
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
98
98
Pillow == 8.3.1 ;python_version >= "3.6"
99
- rich == 10.6 .0 ;python_version >= "3.6" and python_version<"4.0"
99
+ rich == 10.7 .0 ;python_version >= "3.6" and python_version<"4.0"
100
100
tornado == 5.1.1 ;python_version < "3.5"
101
101
tornado == 6.1 ;python_version >= "3.5"
102
102
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 194
194
'ipython==5.10.0;python_version<"3.5"' ,
195
195
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
196
196
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
197
- 'ipython==7.25 .0;python_version>="3.7"' ,
197
+ 'ipython==7.26 .0;python_version>="3.7"' ,
198
198
'matplotlib-inline==0.1.2;python_version>="3.7"' ,
199
199
"colorama==0.4.4" ,
200
200
'platformdirs==2.0.2;python_version<"3.6"' ,
211
211
'Pillow==6.2.2;python_version<"3.5"' ,
212
212
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
213
213
'Pillow==8.3.1;python_version>="3.6"' ,
214
- 'rich==10.6 .0;python_version>="3.6" and python_version<"4.0"' ,
214
+ 'rich==10.7 .0;python_version>="3.6" and python_version<"4.0"' ,
215
215
'tornado==5.1.1;python_version<"3.5"' ,
216
216
'tornado==6.1;python_version>="3.5"' ,
217
217
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments