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 @@ -73,7 +73,7 @@ tabcompleter==1.2.1
73
73
pdbp == 1.4.6
74
74
colorama == 0.4.5 ;python_version < "3.7"
75
75
colorama == 0.4.6 ;python_version >= "3.7"
76
- exceptiongroup == 1.1.2 ;python_version >= "3.7"
76
+ exceptiongroup == 1.1.3 ;python_version >= "3.7"
77
77
future-breakpoint == 2.0.0 ;python_version < "3.7"
78
78
importlib-metadata == 4.2.0 ;python_version < "3.8"
79
79
pyotp == 2.7.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 207
207
"pdbp==1.4.6" ,
208
208
'colorama==0.4.5;python_version<"3.7"' ,
209
209
'colorama==0.4.6;python_version>="3.7"' ,
210
- 'exceptiongroup==1.1.2 ;python_version>="3.7"' ,
210
+ 'exceptiongroup==1.1.3 ;python_version>="3.7"' ,
211
211
'future-breakpoint==2.0.0;python_version<"3.7"' ,
212
212
'importlib-metadata==4.2.0;python_version<"3.8"' ,
213
213
'pyotp==2.7.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments