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 @@ -43,7 +43,7 @@ cryptography==3.0;python_version<"3.6"
43
43
cryptography == 3.1 ;python_version >= "3.6"
44
44
pyopenssl == 19.1.0
45
45
pygments == 2.5.2 ;python_version < "3.5"
46
- pygments == 2.7.0 ;python_version >= "3.5"
46
+ pygments == 2.7.1 ;python_version >= "3.5"
47
47
traitlets == 4.3.3 ;python_version < "3.7"
48
48
traitlets == 5.0.4 ;python_version >= "3.7"
49
49
prompt-toolkit == 1.0.18 ;python_version < "3.6"
Original file line number Diff line number Diff line change 135
135
'cryptography==3.1;python_version>="3.6"' ,
136
136
'pyopenssl==19.1.0' ,
137
137
'pygments==2.5.2;python_version<"3.5"' ,
138
- 'pygments==2.7.0 ;python_version>="3.5"' ,
138
+ 'pygments==2.7.1 ;python_version>="3.5"' ,
139
139
'traitlets==4.3.3;python_version<"3.7"' ,
140
140
'traitlets==5.0.4;python_version>="3.7"' ,
141
141
'ipython==5.10.0;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments