File tree 3 files changed +7
-4
lines changed 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 7
7
sphinxcontrib-spelling>5
8
8
sphinxext-opengraph
9
9
url.py
10
+
11
+ # Until pyenchant/pyenchant#302 is released...
12
+ pyenchant>=3.3.0rc1
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ certifi==2024.2.2
12
12
# via requests
13
13
charset-normalizer == 3.3.2
14
14
# via requests
15
- docutils == 0.21.1
15
+ docutils == 0.21.2
16
16
# via sphinx
17
- furo == 2024.1.29
17
+ furo == 2024.4.27
18
18
idna == 3.7
19
19
# via requests
20
20
imagesize == 1.4.1
@@ -27,7 +27,7 @@ markupsafe==2.1.5
27
27
# via jinja2
28
28
packaging == 24.0
29
29
# via sphinx
30
- pyenchant == 3.2.2
30
+ pyenchant == 3.3.0rc1
31
31
# via sphinxcontrib-spelling
32
32
pygments == 2.17.2
33
33
# via
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ packaging==24.0
10
10
# via pytest
11
11
pluggy==1.5.0
12
12
# via pytest
13
- pytest==8.1.1
13
+ pytest==8.2.0
14
14
# via pytest-subtests
15
15
pytest-subtests==0.12.1
16
16
referencing @ file:.#egg=referencing
You can’t perform that action at this time.
0 commit comments