Skip to content

Commit 934f084

Browse files
authored
Merge pull request #10038 from haskell/mergify/bp/3.12/pr-10030
update jinja2 per CVE-2024-34064 (backport #10030)
2 parents 90e47c6 + e62b6bb commit 934f084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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
11+
# CVE-2024-34064
12+
jinja2 >= 3.1.4
1313
# CVE-2024-3651
1414
idna >= 3.7

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ idna==3.7
2525
# requests
2626
imagesize==1.4.1
2727
# via sphinx
28-
jinja2==3.1.3
28+
jinja2==3.1.4
2929
# via
3030
# -r requirements.in
3131
# sphinx

0 commit comments

Comments
 (0)