Skip to content

Commit

Permalink
PAPP-34894 update setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordby-splunk committed Oct 17, 2024
1 parent 7c880f8 commit 5ecc545
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
20 changes: 2 additions & 18 deletions ciscoise.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -1921,12 +1905,12 @@
},
{
"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",
"input_file": "wheels/shared/xmltodict-0.12.0-py2.py3-none-any.whl"
}
]
}
}
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Cerberus==1.3.4
setuptools==75.2.0
xmltodict==0.12.0
Binary file removed wheels/py3/setuptools-59.6.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/setuptools-69.2.0-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/setuptools-75.2.0-py3-none-any.whl
Binary file not shown.

0 comments on commit 5ecc545

Please sign in to comment.