Skip to content

Commit ada818d

Browse files
committed
Update dependencies.
1 parent b5e9138 commit ada818d

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

docs/requirements.txt

+19-13
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
attrs==24.3.0
9+
attrs==25.3.0
1010
# via referencing
11-
babel==2.16.0
11+
babel==2.17.0
1212
# via sphinx
13-
beautifulsoup4==4.12.3
13+
beautifulsoup4==4.13.4
1414
# via furo
15-
certifi==2024.12.14
15+
certifi==2025.4.26
1616
# via requests
17-
charset-normalizer==3.4.1
17+
charset-normalizer==3.4.2
1818
# via requests
1919
docutils==0.21.2
2020
# via sphinx
@@ -24,11 +24,11 @@ idna==3.10
2424
# via requests
2525
imagesize==1.4.1
2626
# via sphinx
27-
jinja2==3.1.5
27+
jinja2==3.1.6
2828
# via sphinx
2929
markupsafe==3.0.2
3030
# via jinja2
31-
packaging==24.2
31+
packaging==25.0
3232
# via sphinx
3333
pyenchant==3.3.0rc1
3434
# via
@@ -43,21 +43,23 @@ pygments-github-lexers==0.0.5
4343
# via -r docs/requirements.in
4444
pyyaml==6.0.2
4545
# via referencing-http
46-
referencing==0.35.1
46+
referencing==0.36.2
4747
# via referencing-http
4848
file:.#egg=referencing-http
4949
# via -r docs/requirements.in
5050
requests==2.32.3
5151
# via
5252
# sphinx
5353
# sphinxcontrib-spelling
54-
rpds-py==0.22.3
54+
roman-numerals-py==3.1.0
55+
# via sphinx
56+
rpds-py==0.24.0
5557
# via referencing
5658
snowballstemmer==2.2.0
5759
# via sphinx
58-
soupsieve==2.6
60+
soupsieve==2.7
5961
# via beautifulsoup4
60-
sphinx==8.1.3
62+
sphinx==8.2.3
6163
# via
6264
# -r docs/requirements.in
6365
# furo
@@ -83,7 +85,11 @@ sphinxcontrib-serializinghtml==2.0.0
8385
# via sphinx
8486
sphinxcontrib-spelling==8.0.1
8587
# via -r docs/requirements.in
86-
sphinxext-opengraph==0.9.1
88+
sphinxext-opengraph==0.10.0
8789
# via -r docs/requirements.in
88-
urllib3==2.3.0
90+
typing-extensions==4.13.2
91+
# via
92+
# beautifulsoup4
93+
# referencing
94+
urllib3==2.4.0
8995
# via requests

test-requirements.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
#
55
# pip-compile --strip-extras test-requirements.in
66
#
7-
attrs==24.3.0
7+
attrs==25.3.0
88
# via referencing
9-
iniconfig==2.0.0
9+
iniconfig==2.1.0
1010
# via pytest
11-
packaging==24.2
11+
packaging==25.0
1212
# via pytest
1313
pluggy==1.5.0
1414
# via pytest
15-
pytest==8.3.4
15+
pytest==8.3.5
1616
# via -r test-requirements.in
1717
pyyaml==6.0.2
1818
# via referencing-http
19-
referencing==0.35.1
19+
referencing==0.36.2
2020
# via referencing-http
2121
file:.#egg=referencing_http
2222
# via -r test-requirements.in
23-
rpds-py==0.22.3
23+
rpds-py==0.24.0
24+
# via referencing
25+
typing-extensions==4.13.2
2426
# via referencing

0 commit comments

Comments
 (0)