Skip to content

Commit 30b7537

Browse files
committed
Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.
Refs: pyenchant/pyenchant#308
1 parent c3729db commit 30b7537

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ sphinx-copybutton
88
sphinx-json-schema-spec
99
sphinxcontrib-spelling
1010
sphinxext-opengraph
11+
12+
# Until pyenchant/pyenchant#302 is released...
13+
pyenchant>=3.3.0rc1

docs/requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ certifi==2024.2.2
2222
# via requests
2323
charset-normalizer==3.3.2
2424
# via requests
25-
docutils==0.21.1
25+
docutils==0.21.2
2626
# via sphinx
27-
furo==2024.1.29
27+
furo==2024.4.27
2828
# via -r docs/requirements.in
2929
idna==3.7
3030
# via requests
@@ -46,15 +46,17 @@ markupsafe==2.1.5
4646
# via jinja2
4747
packaging==24.0
4848
# 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
5153
pygments==2.17.2
5254
# via
5355
# furo
5456
# sphinx
5557
pyyaml==6.0.1
5658
# via sphinx-autoapi
57-
referencing==0.34.0
59+
referencing==0.35.0
5860
# via
5961
# jsonschema
6062
# jsonschema-specifications

0 commit comments

Comments
 (0)