Skip to content

Commit

Permalink
Merge pull request #9306 from haskell/cve-2023-43804
Browse files Browse the repository at this point in the history
Upgrade urllib3 due to CVE-2023-43804
  • Loading branch information
mergify[bot] authored Oct 12, 2023
2 parents 2794dd8 + 4fdbdfe commit 9f37325
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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
6 changes: 4 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
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 9f37325

Please sign in to comment.