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 @@ -113,7 +113,7 @@ matplotlib-inline==0.1.6;python_version>="3.7"
113
113
colorama == 0.4.6 ;python_version < "3.6"
114
114
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
115
115
colorama == 0.4.6 ;python_version >= "3.7"
116
- exceptiongroup == 1.0.0 ;python_version >= "3.7" and python_version< "3.11 "
116
+ exceptiongroup == 1.0.1 ;python_version >= "3.7"
117
117
importlib-metadata == 2.1.3 ;python_version < "3.6"
118
118
importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
119
119
pycparser == 2.21
Original file line number Diff line number Diff line change 238
238
'colorama==0.4.6;python_version<"3.6"' ,
239
239
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
240
240
'colorama==0.4.6;python_version>="3.7"' ,
241
- 'exceptiongroup==1.0.0 ;python_version>="3.7" and python_version<"3.11"' , # noqa: E501
241
+ 'exceptiongroup==1.0.1 ;python_version>="3.7"' ,
242
242
'importlib-metadata==2.1.3;python_version<"3.6"' ,
243
243
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
244
244
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments