Skip to content

Commit

Permalink
Merge pull request #9630 from haskell/mergify/bp/3.10/pr-9619
Browse files Browse the repository at this point in the history
update jinja2 per CVE-2024-22195 (backport #9619)
  • Loading branch information
mergify[bot] authored Jan 20, 2024
2 parents c805ff1 + 8fa3eae commit 767973d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 6 additions & 2 deletions doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 5 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 767973d

Please sign in to comment.