diff options
author | Tom Rini <trini@konsulko.com> | 2025-07-11 12:43:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-18 12:22:20 -0600 |
commit | 15d99b3bf5ec76e12b5a5ccdb9b923ba87fe6dab (patch) | |
tree | 8acb539ca4145f7e3593d36dd8bafa4b2a5a13ac /doc/sphinx | |
parent | bf9a78f10939f3dfa9a255386f552d3ef02c8afc (diff) |
python: requirements.txt: Update a few modules for security issues
The GitHub dependabot tool has reported a number of issues recently with
some modules that we use. While unlikely to be exploitable in the way we
use them, update various libraries to the latest.
Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 12c5772684d..8572c15ef68 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -10,7 +10,7 @@ MarkupSafe==3.0.2 packaging==24.1 pip==24.2 Pygments==2.18.0 -requests==2.32.3 +requests==2.32.4 six==1.16.0 snowballstemmer==2.2.0 Sphinx==8.1.3 @@ -24,4 +24,4 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 -urllib3==2.2.3 +urllib3==2.5.0 |