Skip to content

Commit 3863161

Browse files
author
BitsAdmin
committed
Merge branch 'dev/lsx/fix-dep' into 'integration_2025-08-28_1042655217410'
feat: [development task] core (1602419) See merge request iaasng/volcengine-python-sdk!780
2 parents d6f9351 + e101316 commit 3863161

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
certifi >= 14.05.14
2-
six >= 1.10
2+
six >= 1.16
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
5-
urllib3 >= 1.15.1
5+
urllib3 >= 1.26.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# prerequisite: setuptools
1212
# http://pypi.python.org/pypi/setuptools
1313

14-
REQUIRES = ["certifi>=2017.4.17", "python-dateutil>=2.1", "six>=1.10", "urllib3>=1.23"]
14+
REQUIRES = ["certifi>=2017.4.17", "python-dateutil>=2.1", "six>=1.16", "urllib3>=1.26.5"]
1515

1616
setup(
1717
name=NAME,

0 commit comments

Comments
 (0)