Skip to content
Snippets Groups Projects
Unverified Commit 767973df authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9630 from haskell/mergify/bp/3.10/pr-9619

update jinja2 per CVE-2024-22195 (backport #9619)
parents c805ff17 8fa3eae0
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,9 @@ 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
# CVE-2023-45803
urllib3 >= 2.0.7
# CVE-2024-22195
jinja2 == 3.1.3
......@@ -23,9 +23,11 @@ idna==2.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
jsonpointer==2.1
jinja2==3.1.3
# via
# -r requirements.in
# sphinx
jsonpointer==2.3
# via sphinx-jsonschema
markupsafe==2.1.2
# via jinja2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment