diff options
author | Tom Rini <trini@konsulko.com> | 2023-05-30 15:50:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-20 16:08:13 -0400 |
commit | b1574ddebd34fee83e4c11f9da54b52ba7198fa8 (patch) | |
tree | bd3c6e92767af54add57819fec5e4e7990c617c7 /doc/sphinx | |
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 'doc/sphinx')
-rw-r--r-- | doc/sphinx/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index f9f6cc6e928..aed44921171 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -11,7 +11,7 @@ packaging==21.3 Pygments==2.11.2 pyparsing==3.0.7 pytz==2022.1 -requests==2.27.1 +requests==2.31.0 six==1.16.0 snowballstemmer==2.2.0 Sphinx==3.4.3 |