File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- sphinx >= 3.1
2
- sphinx_rtd_theme
1
+ sphinx >= 5
2
+ sphinx_rtd_theme >= 1
3
3
sphinx-jsonschema
4
4
# Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291
5
5
Pygments >= 2.7.4
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ idna==2.10
21
21
# via requests
22
22
imagesize == 1.2.0
23
23
# via sphinx
24
+ importlib-metadata == 4.11.4
25
+ # via sphinx
24
26
jinja2 == 2.11.3
25
27
# via sphinx
26
28
jsonpointer == 2.1
@@ -45,7 +47,7 @@ requests==2.26.0
45
47
# sphinx-jsonschema
46
48
snowballstemmer == 2.1.0
47
49
# via sphinx
48
- sphinx == 4.2.0
50
+ sphinx == 5.0.1
49
51
# via
50
52
# -r requirements.in
51
53
# sphinx-rtd-theme
@@ -67,6 +69,5 @@ sphinxcontrib-serializinghtml==1.1.5
67
69
# via sphinx
68
70
urllib3 == 1.26.7
69
71
# via requests
70
-
71
- # The following packages are considered to be unsafe in a requirements file:
72
- # setuptools
72
+ zipp == 3.8.0
73
+ # via importlib-metadata
You can’t perform that action at this time.
0 commit comments