File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,15 @@ soupsieve==2.4;python_version>="3.7"
79
79
beautifulsoup4 == 4.12.2
80
80
cryptography == 36.0.2 ;python_version < "3.7"
81
81
cryptography == 40.0.1 ;python_version >= "3.7"
82
- pygments == 2.14.0
82
+ pygments == 2.14.0 ;python_version < "3.7"
83
+ pygments == 2.15.0 ;python_version >= "3.7"
83
84
pyreadline3 == 3.4.1 ;platform_system == "Windows"
84
85
tabcompleter == 1.1.0
85
86
pdbp == 1.2.8
86
87
colorama == 0.4.5 ;python_version < "3.7"
87
88
colorama == 0.4.6 ;python_version >= "3.7"
88
89
exceptiongroup == 1.1.1 ;python_version >= "3.7"
90
+ future-breakpoint == 2.0.0 ;python_version < "3.7"
89
91
importlib-metadata == 4.2.0 ;python_version < "3.8"
90
92
pycparser == 2.21
91
93
pyotp == 2.7.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 203
203
"beautifulsoup4==4.12.2" ,
204
204
'cryptography==36.0.2;python_version<"3.7"' ,
205
205
'cryptography==40.0.1;python_version>="3.7"' ,
206
- "pygments==2.14.0" ,
206
+ 'pygments==2.14.0;python_version<"3.7"' ,
207
+ 'pygments==2.15.0;python_version>="3.7"' ,
207
208
'pyreadline3==3.4.1;platform_system=="Windows"' ,
208
209
"tabcompleter==1.1.0" ,
209
210
"pdbp==1.2.8" ,
210
211
'colorama==0.4.5;python_version<"3.7"' ,
211
212
'colorama==0.4.6;python_version>="3.7"' ,
212
213
'exceptiongroup==1.1.1;python_version>="3.7"' ,
214
+ 'future-breakpoint==2.0.0;python_version<"3.7"' ,
213
215
'importlib-metadata==4.2.0;python_version<"3.8"' ,
214
216
"pycparser==2.21" ,
215
217
'pyotp==2.7.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments