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"
113113colorama == 0.4.6 ;python_version < "3.6"
114114colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
115115colorama == 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"
117117importlib-metadata == 2.1.3 ;python_version < "3.6"
118118importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
119119pycparser == 2.21
Original file line number Diff line number Diff line change 238238 'colorama==0.4.6;python_version<"3.6"' ,
239239 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
240240 '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"' ,
242242 'importlib-metadata==2.1.3;python_version<"3.6"' ,
243243 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
244244 "pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments