Skip to content

Commit 9712115

Browse files
authored
Merge pull request #9619 from haskell/cve-2024-22195
update jinja2 per CVE-2024-22195
2 parents 4d35045 + f190828 commit 9712115

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Pygments >= 2.7.4
88
certifi >= 2023.07.22
99
# CVE-2023-45803
1010
urllib3 >= 2.0.7
11+
# CVE-2024-22195
12+
jinja2 == 3.1.3

doc/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ idna==3.4
2323
# via requests
2424
imagesize==1.4.1
2525
# via sphinx
26-
jinja2==3.1.2
27-
# via sphinx
26+
jinja2==3.1.3
27+
# via
28+
# -r requirements.in
29+
# sphinx
2830
jsonpointer==2.3
2931
# via sphinx-jsonschema
3032
markupsafe==2.1.2

0 commit comments

Comments
 (0)