diff --git a/ciscoise.json b/ciscoise.json index 58fcda5..4539e85 100644 --- a/ciscoise.json +++ b/ciscoise.json @@ -1897,22 +1897,6 @@ "versions": "EQ(*)" } ], - "pip_dependencies": { - "wheel": [ - { - "module": "Cerberus", - "input_file": "wheels/py3/Cerberus-1.3.4-py3-none-any.whl" - }, - { - "module": "setuptools", - "input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl" - }, - { - "module": "xmltodict", - "input_file": "wheels/shared/xmltodict-0.12.0-py2.py3-none-any.whl" - } - ] - }, "pip39_dependencies": { "wheel": [ { @@ -1921,7 +1905,7 @@ }, { "module": "setuptools", - "input_file": "wheels/py3/setuptools-69.2.0-py3-none-any.whl" + "input_file": "wheels/py3/setuptools-75.2.0-py3-none-any.whl" }, { "module": "xmltodict", @@ -1929,4 +1913,4 @@ } ] } -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt index 757f9df..600c281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ Cerberus==1.3.4 +setuptools==75.2.0 xmltodict==0.12.0 diff --git a/wheels/py3/setuptools-59.6.0-py3-none-any.whl b/wheels/py3/setuptools-59.6.0-py3-none-any.whl deleted file mode 100644 index 08d7e94..0000000 Binary files a/wheels/py3/setuptools-59.6.0-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/setuptools-69.2.0-py3-none-any.whl b/wheels/py3/setuptools-69.2.0-py3-none-any.whl deleted file mode 100644 index d02fe9f..0000000 Binary files a/wheels/py3/setuptools-69.2.0-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/setuptools-75.2.0-py3-none-any.whl b/wheels/py3/setuptools-75.2.0-py3-none-any.whl new file mode 100644 index 0000000..f476c40 Binary files /dev/null and b/wheels/py3/setuptools-75.2.0-py3-none-any.whl differ