We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90e47c6 + e62b6bb commit 934f084Copy full SHA for 934f084
doc/requirements.in
@@ -8,7 +8,7 @@ Pygments >= 2.7.4
8
certifi >= 2023.07.22
9
# CVE-2023-45803
10
urllib3 >= 2.0.7
11
-# CVE-2024-22195
12
-jinja2 == 3.1.3
+# CVE-2024-34064
+jinja2 >= 3.1.4
13
# CVE-2024-3651
14
idna >= 3.7
doc/requirements.txt
@@ -25,7 +25,7 @@ idna==3.7
25
# requests
26
imagesize==1.4.1
27
# via sphinx
28
-jinja2==3.1.3
+jinja2==3.1.4
29
# via
30
# -r requirements.in
31
# sphinx
0 commit comments