Skip to content

Commit

Permalink
Upgrade urllib3 due to CVE-2023-43804
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur committed Oct 3, 2023
1 parent bbbca4f commit 14520fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ sphinxnotes-strike
Pygments >= 2.7.4
# CVE-2023-37920
certifi >= 2023.07.22
# CVE-2023-43804
urllib3 >= 2.0.6
8 changes: 5 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -69,5 +69,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxnotes-strike==1.2
# via -r requirements.in
urllib3==2.0.2
# via requests
urllib3==2.0.6
# via
# -r requirements.in
# requests

0 comments on commit 14520fd

Please sign in to comment.