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 @@ -104,7 +104,7 @@ pdbp==1.2.7
104
104
colorama == 0.4.6 ;python_version < "3.6"
105
105
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
106
106
colorama == 0.4.6 ;python_version >= "3.7"
107
- exceptiongroup == 1.0.4 ;python_version >= "3.7"
107
+ exceptiongroup == 1.1.0 ;python_version >= "3.7"
108
108
importlib-metadata == 2.1.3 ;python_version < "3.6"
109
109
importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
110
110
pycparser == 2.21
Original file line number Diff line number Diff line change 231
231
'colorama==0.4.6;python_version<"3.6"' ,
232
232
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
233
233
'colorama==0.4.6;python_version>="3.7"' ,
234
- 'exceptiongroup==1.0.4 ;python_version>="3.7"' ,
234
+ 'exceptiongroup==1.1.0 ;python_version>="3.7"' ,
235
235
'importlib-metadata==2.1.3;python_version<"3.6"' ,
236
236
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
237
237
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments