summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-05-30 22:50:30 +0300
committerTom Rini <trini@konsulko.com>2023-06-20 23:08:13 +0300
commitb1574ddebd34fee83e4c11f9da54b52ba7198fa8 (patch)
treebd3c6e92767af54add57819fec5e4e7990c617c7 /test
parentfb93bd8d264c3198f321dc23a83559fcfcc275d4 (diff)
downloadu-boot-b1574ddebd34fee83e4c11f9da54b52ba7198fa8.tar.xz
python: Update requirements.txt for security issues
Per GitHub Dependabot: - Use setuptools 65.5.1 to avoid some DoS issue - Use requests 2.31.0 to avoid leaking some proxy information Signed-off-by: Tom Rini <trini@konsulko.com> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'test')
-rw-r--r--test/py/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 86d6266053..f7e76bdb91 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -20,8 +20,8 @@ pytest==6.2.5
pytest-xdist==2.5.0
python-mimeparse==1.6.0
python-subunit==1.3.0
-requests==2.27.1
-setuptools==58.3.0
+requests==2.31.0
+setuptools==65.5.1
six==1.16.0
testtools==2.3.0
traceback2==1.4.0