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 b9084c9 + 385bb14 commit eb0f95bCopy full SHA for eb0f95b
doc/requirements.in
@@ -10,3 +10,5 @@ certifi >= 2023.07.22
10
urllib3 >= 2.0.7
11
# CVE-2024-22195
12
jinja2 == 3.1.3
13
+# CVE-2024-3651
14
+idna >= 3.7
doc/requirements.txt
@@ -19,8 +19,10 @@ docutils==0.18.1
19
# sphinx
20
# sphinx-jsonschema
21
# sphinx-rtd-theme
22
-idna==3.4
23
- # via requests
+idna==3.7
+ # via
24
+ # -r requirements.in
25
+ # requests
26
imagesize==1.4.1
27
# via sphinx
28
jinja2==3.1.3
0 commit comments