diff --git a/doc/requirements.in b/doc/requirements.in index df0b2f34d80..b022abd00a4 100644 --- a/doc/requirements.in +++ b/doc/requirements.in @@ -4,5 +4,5 @@ sphinx-jsonschema sphinxnotes-strike # Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291 Pygments >= 2.7.4 -# Suggested by dependabot in https://github.com/haskell/cabal/pull/8807 -certifi >= 2022.12.7 +# CVE-2023-37920 +certifi >= 2023.07.22 diff --git a/doc/requirements.txt b/doc/requirements.txt index 5e0da823db0..af23e5d28ec 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements.in @@ -8,7 +8,7 @@ alabaster==0.7.13 # via sphinx babel==2.12.1 # via sphinx -certifi==2023.5.7 +certifi==2023.7.22 # via # -r requirements.in # requests