Skip to content

Commit

Permalink
doc/sphinx, test/py: Update requests module to 2.32.0
Browse files Browse the repository at this point in the history
The issue described in psf/requests#6655 has
been assigned as a security issue. While unlikely to be exploited in our
usage, update to the current release to fix it.

Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <trini@konsulko.com>
  • Loading branch information
trini committed May 29, 2024
1 parent 46ff00b commit 5a6ad27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Jinja2==3.1.4
MarkupSafe==2.1.3
packaging==23.2
Pygments==2.17.2
requests==2.31.0
requests==2.32.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
Expand Down
2 changes: 1 addition & 1 deletion test/py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest==6.2.5
pytest-xdist==2.5.0
python-mimeparse==1.6.0
python-subunit==1.3.0
requests==2.31.0
requests==2.32.0
setuptools==65.5.1
six==1.16.0
testtools==2.3.0
Expand Down

0 comments on commit 5a6ad27

Please sign in to comment.