diff options
author | Tom Rini | 2023-05-30 15:50:30 -0400 |
---|---|---|
committer | Tom Rini | 2023-06-20 16:08:13 -0400 |
commit | b1574ddebd34fee83e4c11f9da54b52ba7198fa8 (patch) | |
tree | bd3c6e92767af54add57819fec5e4e7990c617c7 /test | |
parent | fb93bd8d264c3198f321dc23a83559fcfcc275d4 (diff) |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 86d6266053f..f7e76bdb918 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 |