summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-07-17 11:41:18 -0600
committerTom Rini <trini@konsulko.com>2024-07-19 16:48:07 -0600
commitb5d17567b5ecb12aab4608c61b341a5e2172d56a (patch)
tree4d9269c7faeb0fd24c23569cee3788f91c17de85
parent84e000c9ab68c562575f66315d663e6cb9fddfb8 (diff)
test/py/requirements.txt: Bump setuptools to 70.3.0
There is some potential security issue resolved by upgrading to v70.0.0 here and the latest is now v70.3.0. Reported-by: GitHub dependabot Suggested-by: Sebastian Kropatsch <seb-dev@mail.de> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--test/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 6d3030cf90c..2b1489808c0 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -21,7 +21,7 @@ pytest-xdist==2.5.0
python-mimeparse==1.6.0
python-subunit==1.3.0
requests==2.32.2
-setuptools==65.5.1
+setuptools==70.3.0
six==1.16.0
testtools==2.3.0
traceback2==1.4.0