Skip to content

Commit e78d656

Browse files
authored
Merge branch 'main' into dependabot/pip/yaspin-3.4.0
2 parents b562967 + fb3166a commit e78d656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
install_requires=[
3434
'capstone==5.0.6',
35-
'certifi==2025.10.5',
35+
'certifi==2025.11.12',
3636
'cffi==2.0.0',
3737
'charset-normalizer==3.4.4',
3838
'colorama==0.4.6',
@@ -44,19 +44,19 @@
4444
'OpenCv-python==4.12.0.88',
4545
'pefile==2024.8.26',
4646
"prompt_toolkit==3.0.52",
47-
'psutil==7.0.0',
47+
'psutil==7.1.3',
4848
'pycparser==2.23',
4949
'pypng==0.20220715.0',
5050
'pyzbar==0.1.9',
5151
'qrcode==8.2',
5252
'requests==2.32.5',
53-
'rich==14.1.0',
53+
'rich==14.2.0',
5454
'setuptools==80.9.0',
5555
'sgmllib3k==1.0.0',
5656
'tqdm==4.67.1',
5757
'typing_extensions==4.15.0',
58-
'urllib3==2.5.0',
5958
'yaspin==3.4.0'
59+
'urllib3==2.6.0',
6060
] + extras,
6161
entry_points={
6262
'console_scripts': [

0 commit comments

Comments
 (0)