Skip to content

Commit fff5991

Browse files
committed
Refresh Python dependencies
1 parent 7c5cf2c commit fff5991

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,15 @@ soupsieve==2.4;python_version>="3.7"
7979
beautifulsoup4==4.12.2
8080
cryptography==36.0.2;python_version<"3.7"
8181
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"
8384
pyreadline3==3.4.1;platform_system=="Windows"
8485
tabcompleter==1.1.0
8586
pdbp==1.2.8
8687
colorama==0.4.5;python_version<"3.7"
8788
colorama==0.4.6;python_version>="3.7"
8889
exceptiongroup==1.1.1;python_version>="3.7"
90+
future-breakpoint==2.0.0;python_version<"3.7"
8991
importlib-metadata==4.2.0;python_version<"3.8"
9092
pycparser==2.21
9193
pyotp==2.7.0;python_version<"3.7"

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,15 @@
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"',

0 commit comments

Comments
 (0)