File tree Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 5
5
sphinxcontrib-spelling
6
6
sphinx-copybutton
7
7
sphinxext-opengraph
8
+
9
+ # Until pyenchant/pyenchant#302 is released...
10
+ pyenchant>=3.3.0rc1
Original file line number Diff line number Diff line change @@ -12,26 +12,28 @@ babel==2.14.0
12
12
# via sphinx
13
13
beautifulsoup4 == 4.12.3
14
14
# via furo
15
- certifi == 2023.11.17
15
+ certifi == 2024.2.2
16
16
# via requests
17
17
charset-normalizer == 3.3.2
18
18
# via requests
19
- docutils == 0.20.1
19
+ docutils == 0.21.2
20
20
# via sphinx
21
- furo == 2023.9.10
21
+ furo == 2024.4.27
22
22
# via -r docs/requirements.in
23
- idna == 3.6
23
+ idna == 3.7
24
24
# via requests
25
25
imagesize == 1.4.1
26
26
# via sphinx
27
27
jinja2 == 3.1.3
28
28
# via sphinx
29
- markupsafe == 2.1.4
29
+ markupsafe == 2.1.5
30
30
# via jinja2
31
- packaging == 23.2
31
+ packaging == 24.0
32
32
# 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
35
37
pygments == 2.17.2
36
38
# via
37
39
# furo
@@ -41,19 +43,19 @@ pygments-github-lexers==0.0.5
41
43
# via -r docs/requirements.in
42
44
pyyaml == 6.0.1
43
45
# via referencing-http
44
- referencing == 0.32.1
46
+ referencing == 0.35.0
45
47
# via referencing-http
46
48
file :.#egg=referencing-http
47
49
# via -r docs/requirements.in
48
50
requests == 2.31.0
49
51
# via sphinx
50
- rpds-py == 0.17.1
52
+ rpds-py == 0.18.0
51
53
# via referencing
52
54
snowballstemmer == 2.2.0
53
55
# via sphinx
54
56
soupsieve == 2.5
55
57
# via beautifulsoup4
56
- sphinx == 7.2.6
58
+ sphinx == 7.3.7
57
59
# via
58
60
# -r docs/requirements.in
59
61
# furo
@@ -81,5 +83,5 @@ sphinxcontrib-spelling==8.0.0
81
83
# via -r docs/requirements.in
82
84
sphinxext-opengraph == 0.9.1
83
85
# via -r docs/requirements.in
84
- urllib3 == 2.1.0
86
+ urllib3 == 2.2.1
85
87
# via requests
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ attrs==23.2.0
8
8
# via referencing
9
9
iniconfig==2.0.0
10
10
# via pytest
11
- packaging==23.2
11
+ packaging==24.0
12
12
# via pytest
13
- pluggy==1.3 .0
13
+ pluggy==1.5 .0
14
14
# via pytest
15
- pytest==7.4.4
15
+ pytest==8.2.0
16
16
# via -r test-requirements.in
17
17
pyyaml==6.0.1
18
18
# via referencing-http
19
- referencing==0.32.1
19
+ referencing==0.35.0
20
20
# via referencing-http
21
21
file:.#egg=referencing_http
22
22
# via -r test-requirements.in
23
- rpds-py==0.17.1
23
+ rpds-py==0.18.0
24
24
# via referencing
You can’t perform that action at this time.
0 commit comments