Skip to content

Commit 4a4f5ec

Browse files
committed
Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.
Refs: pyenchant/pyenchant#308
1 parent 0260d17 commit 4a4f5ec

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

docs/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ sphinx
55
sphinxcontrib-spelling
66
sphinx-copybutton
77
sphinxext-opengraph
8+
9+
# Until pyenchant/pyenchant#302 is released...
10+
pyenchant>=3.3.0rc1

docs/requirements.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,28 @@ babel==2.14.0
1212
# via sphinx
1313
beautifulsoup4==4.12.3
1414
# via furo
15-
certifi==2023.11.17
15+
certifi==2024.2.2
1616
# via requests
1717
charset-normalizer==3.3.2
1818
# via requests
19-
docutils==0.20.1
19+
docutils==0.21.2
2020
# via sphinx
21-
furo==2023.9.10
21+
furo==2024.4.27
2222
# via -r docs/requirements.in
23-
idna==3.6
23+
idna==3.7
2424
# via requests
2525
imagesize==1.4.1
2626
# via sphinx
2727
jinja2==3.1.3
2828
# via sphinx
29-
markupsafe==2.1.4
29+
markupsafe==2.1.5
3030
# via jinja2
31-
packaging==23.2
31+
packaging==24.0
3232
# via sphinx
33-
pyenchant==3.2.2
34-
# via sphinxcontrib-spelling
33+
pyenchant==3.3.0rc1
34+
# via
35+
# -r docs/requirements.in
36+
# sphinxcontrib-spelling
3537
pygments==2.17.2
3638
# via
3739
# furo
@@ -41,19 +43,19 @@ pygments-github-lexers==0.0.5
4143
# via -r docs/requirements.in
4244
pyyaml==6.0.1
4345
# via referencing-http
44-
referencing==0.32.1
46+
referencing==0.35.0
4547
# via referencing-http
4648
file:.#egg=referencing-http
4749
# via -r docs/requirements.in
4850
requests==2.31.0
4951
# via sphinx
50-
rpds-py==0.17.1
52+
rpds-py==0.18.0
5153
# via referencing
5254
snowballstemmer==2.2.0
5355
# via sphinx
5456
soupsieve==2.5
5557
# via beautifulsoup4
56-
sphinx==7.2.6
58+
sphinx==7.3.7
5759
# via
5860
# -r docs/requirements.in
5961
# furo
@@ -81,5 +83,5 @@ sphinxcontrib-spelling==8.0.0
8183
# via -r docs/requirements.in
8284
sphinxext-opengraph==0.9.1
8385
# via -r docs/requirements.in
84-
urllib3==2.1.0
86+
urllib3==2.2.1
8587
# via requests

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ attrs==23.2.0
88
# via referencing
99
iniconfig==2.0.0
1010
# via pytest
11-
packaging==23.2
11+
packaging==24.0
1212
# via pytest
13-
pluggy==1.3.0
13+
pluggy==1.5.0
1414
# via pytest
15-
pytest==7.4.4
15+
pytest==8.2.0
1616
# via -r test-requirements.in
1717
pyyaml==6.0.1
1818
# via referencing-http
19-
referencing==0.32.1
19+
referencing==0.35.0
2020
# via referencing-http
2121
file:.#egg=referencing_http
2222
# via -r test-requirements.in
23-
rpds-py==0.17.1
23+
rpds-py==0.18.0
2424
# via referencing

0 commit comments

Comments
 (0)