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 @@ -54,7 +54,7 @@ cryptography==3.3.2;python_version>="3.6"
54
54
pyopenssl == 19.1.0 ;python_version < "3.6"
55
55
pyopenssl == 20.0.1 ;python_version >= "3.6"
56
56
pygments == 2.5.2 ;python_version < "3.5"
57
- pygments == 2.7.4 ;python_version >= "3.5"
57
+ pygments == 2.8.0 ;python_version >= "3.5"
58
58
traitlets == 4.3.3 ;python_version < "3.7"
59
59
traitlets == 5.0.5 ;python_version >= "3.7"
60
60
prompt-toolkit == 1.0.18 ;python_version < "3.6"
@@ -78,7 +78,7 @@ toml==0.10.2
78
78
Pillow == 6.2.2 ;python_version < "3.5"
79
79
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
80
80
Pillow == 8.1.0 ;python_version >= "3.6"
81
- rich == 9.10 .0 ;python_version >= "3.6" and python_version<"4.0"
81
+ rich == 9.11 .0 ;python_version >= "3.6" and python_version<"4.0"
82
82
flake8 == 3.7.9 ;python_version < "3.5"
83
83
flake8 == 3.8.4 ;python_version >= "3.5"
84
84
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 158
158
'pyopenssl==19.1.0;python_version<"3.6"' ,
159
159
'pyopenssl==20.0.1;python_version>="3.6"' ,
160
160
'pygments==2.5.2;python_version<"3.5"' ,
161
- 'pygments==2.7.4 ;python_version>="3.5"' ,
161
+ 'pygments==2.8.0 ;python_version>="3.5"' ,
162
162
'traitlets==4.3.3;python_version<"3.7"' ,
163
163
'traitlets==5.0.5;python_version>="3.7"' ,
164
164
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
182
182
'Pillow==6.2.2;python_version<"3.5"' ,
183
183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
184
184
'Pillow==8.1.0;python_version>="3.6"' ,
185
- 'rich==9.10 .0;python_version>="3.6" and python_version<"4.0"' ,
185
+ 'rich==9.11 .0;python_version>="3.6" and python_version<"4.0"' ,
186
186
'flake8==3.7.9;python_version<"3.5"' ,
187
187
'flake8==3.8.4;python_version>="3.5"' ,
188
188
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments