Skip to content

Commit a9fbdaa

Browse files
committed
Update requirements.
1 parent 7b793c5 commit a9fbdaa

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

docs/requirements.txt

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,60 @@
44
#
55
# pip-compile --strip-extras docs/requirements.in
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
9-
attrs==23.2.0
9+
attrs==24.3.0
1010
# via referencing
11-
babel==2.15.0
11+
babel==2.16.0
1212
# via sphinx
1313
beautifulsoup4==4.12.3
1414
# via furo
15-
certifi==2024.7.4
15+
certifi==2024.12.14
1616
# via requests
17-
charset-normalizer==3.3.2
17+
charset-normalizer==3.4.1
1818
# via requests
1919
docutils==0.21.2
2020
# via sphinx
21-
furo==2024.5.6
21+
furo==2024.8.6
2222
# via -r docs/requirements.in
23-
idna==3.7
23+
idna==3.10
2424
# via requests
2525
imagesize==1.4.1
2626
# via sphinx
27-
jinja2==3.1.4
27+
jinja2==3.1.5
2828
# via sphinx
29-
markupsafe==2.1.5
29+
markupsafe==3.0.2
3030
# via jinja2
31-
packaging==24.1
31+
packaging==24.2
3232
# via sphinx
3333
pyenchant==3.3.0rc1
3434
# via
3535
# -r docs/requirements.in
3636
# sphinxcontrib-spelling
37-
pygments==2.18.0
37+
pygments==2.19.1
3838
# via
3939
# furo
4040
# pygments-github-lexers
4141
# sphinx
4242
pygments-github-lexers==0.0.5
4343
# via -r docs/requirements.in
44-
pyyaml==6.0.1
44+
pyyaml==6.0.2
4545
# via referencing-http
4646
referencing==0.35.1
4747
# via referencing-http
4848
file:.#egg=referencing-http
4949
# via -r docs/requirements.in
5050
requests==2.32.3
51-
# via sphinx
52-
rpds-py==0.18.1
51+
# via
52+
# sphinx
53+
# sphinxcontrib-spelling
54+
rpds-py==0.22.3
5355
# via referencing
5456
snowballstemmer==2.2.0
5557
# via sphinx
56-
soupsieve==2.5
58+
soupsieve==2.6
5759
# via beautifulsoup4
58-
sphinx==7.3.7
60+
sphinx==8.1.3
5961
# via
6062
# -r docs/requirements.in
6163
# furo
@@ -67,21 +69,21 @@ sphinx-basic-ng==1.0.0b2
6769
# via furo
6870
sphinx-copybutton==0.5.2
6971
# via -r docs/requirements.in
70-
sphinxcontrib-applehelp==1.0.8
72+
sphinxcontrib-applehelp==2.0.0
7173
# via sphinx
72-
sphinxcontrib-devhelp==1.0.6
74+
sphinxcontrib-devhelp==2.0.0
7375
# via sphinx
74-
sphinxcontrib-htmlhelp==2.0.5
76+
sphinxcontrib-htmlhelp==2.1.0
7577
# via sphinx
7678
sphinxcontrib-jsmath==1.0.1
7779
# via sphinx
78-
sphinxcontrib-qthelp==1.0.7
80+
sphinxcontrib-qthelp==2.0.0
7981
# via sphinx
80-
sphinxcontrib-serializinghtml==1.1.10
82+
sphinxcontrib-serializinghtml==2.0.0
8183
# via sphinx
82-
sphinxcontrib-spelling==8.0.0
84+
sphinxcontrib-spelling==8.0.1
8385
# via -r docs/requirements.in
8486
sphinxext-opengraph==0.9.1
8587
# via -r docs/requirements.in
86-
urllib3==2.2.2
88+
urllib3==2.3.0
8789
# via requests

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --strip-extras test-requirements.in
66
#
7-
attrs==23.2.0
7+
attrs==24.3.0
88
# via referencing
99
iniconfig==2.0.0
1010
# via pytest
11-
packaging==24.1
11+
packaging==24.2
1212
# via pytest
1313
pluggy==1.5.0
1414
# via pytest
15-
pytest==8.2.2
15+
pytest==8.3.4
1616
# via -r test-requirements.in
17-
pyyaml==6.0.1
17+
pyyaml==6.0.2
1818
# via referencing-http
1919
referencing==0.35.1
2020
# via referencing-http
2121
file:.#egg=referencing_http
2222
# via -r test-requirements.in
23-
rpds-py==0.18.1
23+
rpds-py==0.22.3
2424
# via referencing

0 commit comments

Comments
 (0)