Skip to content

Commit 9ce6682

Browse files
committed
Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.
Refs: pyenchant/pyenchant#308
1 parent 31ea39e commit 9ce6682

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/requirements.in

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

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ certifi==2024.2.2
1212
# via requests
1313
charset-normalizer==3.3.2
1414
# via requests
15-
docutils==0.21.1
15+
docutils==0.21.2
1616
# via sphinx
17-
furo==2024.1.29
17+
furo==2024.4.27
1818
idna==3.7
1919
# via requests
2020
imagesize==1.4.1
@@ -25,15 +25,15 @@ markupsafe==2.1.5
2525
# via jinja2
2626
packaging==24.0
2727
# via sphinx
28-
pyenchant==3.2.2
28+
pyenchant==3.3.0rc1
2929
# via sphinxcontrib-spelling
3030
pygments==2.17.2
3131
# via
3232
# furo
3333
# pygments-github-lexers
3434
# sphinx
3535
pygments-github-lexers==0.0.5
36-
referencing==0.34.0
36+
referencing==0.35.0
3737
# via referencing-loaders
3838
referencing-loaders @ file:.#egg=referencing-loaders
3939
requests==2.31.0

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ packaging==24.0
88
# via pytest
99
pluggy==1.5.0
1010
# via pytest
11-
pytest==8.1.1
12-
referencing==0.34.0
11+
pytest==8.2.0
12+
referencing==0.35.0
1313
# via referencing-loaders
1414
referencing-loaders @ file:.#egg=referencing-loaders
1515
rpds-py==0.18.0

0 commit comments

Comments
 (0)