File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ sphinx-copybutton
8
8
sphinx-json-schema-spec
9
9
sphinxcontrib-spelling
10
10
sphinxext-opengraph
11
+
12
+ # Until pyenchant/pyenchant#302 is released...
13
+ pyenchant>=3.3.0rc1
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ certifi==2024.2.2
22
22
# via requests
23
23
charset-normalizer == 3.3.2
24
24
# via requests
25
- docutils == 0.21.1
25
+ docutils == 0.21.2
26
26
# via sphinx
27
- furo == 2024.1.29
27
+ furo == 2024.4.27
28
28
# via -r docs/requirements.in
29
29
idna == 3.7
30
30
# via requests
@@ -46,15 +46,17 @@ markupsafe==2.1.5
46
46
# via jinja2
47
47
packaging == 24.0
48
48
# via sphinx
49
- pyenchant == 3.2.2
50
- # via sphinxcontrib-spelling
49
+ pyenchant == 3.3.0rc1
50
+ # via
51
+ # -r docs/requirements.in
52
+ # sphinxcontrib-spelling
51
53
pygments == 2.17.2
52
54
# via
53
55
# furo
54
56
# sphinx
55
57
pyyaml == 6.0.1
56
58
# via sphinx-autoapi
57
- referencing == 0.34 .0
59
+ referencing == 0.35 .0
58
60
# via
59
61
# jsonschema
60
62
# jsonschema-specifications
You can’t perform that action at this time.
0 commit comments