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 @@ -12,7 +12,7 @@ certifi>=2020.12.5
12
12
six == 1.15.0
13
13
nose == 1.3.7
14
14
ipdb == 0.13.4 ;python_version < "3.6"
15
- ipdb == 0.13.5 ;python_version >= "3.6"
15
+ ipdb == 0.13.6 ;python_version >= "3.6"
16
16
parso == 0.7.1 ;python_version < "3.6"
17
17
parso == 0.8.1 ;python_version >= "3.6"
18
18
jedi == 0.17.2 ;python_version < "3.6"
@@ -55,7 +55,7 @@ cryptography==3.3.2;python_version>="3.6"
55
55
pyopenssl == 19.1.0 ;python_version < "3.6"
56
56
pyopenssl == 20.0.1 ;python_version >= "3.6"
57
57
pygments == 2.5.2 ;python_version < "3.5"
58
- pygments == 2.8.0 ;python_version >= "3.5"
58
+ pygments == 2.8.1 ;python_version >= "3.5"
59
59
traitlets == 4.3.3 ;python_version < "3.7"
60
60
traitlets == 5.0.5 ;python_version >= "3.7"
61
61
prompt-toolkit == 1.0.18 ;python_version < "3.6"
Original file line number Diff line number Diff line change 116
116
'six==1.15.0' ,
117
117
'nose==1.3.7' ,
118
118
'ipdb==0.13.4;python_version<"3.6"' ,
119
- 'ipdb==0.13.5 ;python_version>="3.6"' ,
119
+ 'ipdb==0.13.6 ;python_version>="3.6"' ,
120
120
'parso==0.7.1;python_version<"3.6"' ,
121
121
'parso==0.8.1;python_version>="3.6"' ,
122
122
'jedi==0.17.2;python_version<"3.6"' ,
159
159
'pyopenssl==19.1.0;python_version<"3.6"' ,
160
160
'pyopenssl==20.0.1;python_version>="3.6"' ,
161
161
'pygments==2.5.2;python_version<"3.5"' ,
162
- 'pygments==2.8.0 ;python_version>="3.5"' ,
162
+ 'pygments==2.8.1 ;python_version>="3.5"' ,
163
163
'traitlets==4.3.3;python_version<"3.7"' ,
164
164
'traitlets==5.0.5;python_version>="3.7"' ,
165
165
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments