File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 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"
7979beautifulsoup4 == 4.12.2
8080cryptography == 36.0.2 ;python_version < "3.7"
8181cryptography == 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"
8384pyreadline3 == 3.4.1 ;platform_system == "Windows"
8485tabcompleter == 1.1.0
8586pdbp == 1.2.8
8687colorama == 0.4.5 ;python_version < "3.7"
8788colorama == 0.4.6 ;python_version >= "3.7"
8889exceptiongroup == 1.1.1 ;python_version >= "3.7"
90+ future-breakpoint == 2.0.0 ;python_version < "3.7"
8991importlib-metadata == 4.2.0 ;python_version < "3.8"
9092pycparser == 2.21
9193pyotp == 2.7.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 203203 "beautifulsoup4==4.12.2" ,
204204 'cryptography==36.0.2;python_version<"3.7"' ,
205205 '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"' ,
207208 'pyreadline3==3.4.1;platform_system=="Windows"' ,
208209 "tabcompleter==1.1.0" ,
209210 "pdbp==1.2.8" ,
210211 'colorama==0.4.5;python_version<"3.7"' ,
211212 'colorama==0.4.6;python_version>="3.7"' ,
212213 'exceptiongroup==1.1.1;python_version>="3.7"' ,
214+ 'future-breakpoint==2.0.0;python_version<"3.7"' ,
213215 'importlib-metadata==4.2.0;python_version<"3.8"' ,
214216 "pycparser==2.21" ,
215217 'pyotp==2.7.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments