diff --git a/common/requirements.txt b/common/requirements.txt index ae7ef083..4453d77a 100644 --- a/common/requirements.txt +++ b/common/requirements.txt @@ -3,5 +3,5 @@ packaging==25.0 pluggy==1.6.0 pyparsing==3.2.4 pytest==8.4.1 -six==1.16.0 +six==1.17.0 zipp==3.23.0 diff --git a/common/setup.py b/common/setup.py index e6d1ada7..2b497783 100644 --- a/common/setup.py +++ b/common/setup.py @@ -5,7 +5,7 @@ install_requires = [ "dvp-api == 1.9.0", - "six >= 1.16, < 1.17", + "six >= 1.16, < 1.18", ] with open(os.path.join(PYTHON_SRC, 'dlpx/virtualization/common/VERSION')) as version_file: