File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
sphinxcontrib-spelling>5
7
7
sphinxext-opengraph
8
8
url.py
9
+
10
+ # Until pyenchant/pyenchant#302 is released...
11
+ 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
@@ -25,15 +25,15 @@ markupsafe==2.1.5
25
25
# via jinja2
26
26
packaging == 24.0
27
27
# via sphinx
28
- pyenchant == 3.2.2
28
+ pyenchant == 3.3.0rc1
29
29
# via sphinxcontrib-spelling
30
30
pygments == 2.17.2
31
31
# via
32
32
# furo
33
33
# pygments-github-lexers
34
34
# sphinx
35
35
pygments-github-lexers == 0.0.5
36
- referencing == 0.34 .0
36
+ referencing == 0.35 .0
37
37
# via referencing-loaders
38
38
referencing-loaders @ file:.#egg=referencing-loaders
39
39
requests == 2.31.0
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ packaging==24.0
8
8
# via pytest
9
9
pluggy==1.5.0
10
10
# via pytest
11
- pytest==8.1.1
12
- referencing==0.34 .0
11
+ pytest==8.2.0
12
+ referencing==0.35 .0
13
13
# via referencing-loaders
14
14
referencing-loaders @ file:.#egg=referencing-loaders
15
15
rpds-py==0.18.0
You can’t perform that action at this time.
0 commit comments