Skip to content

Commit 9c44ecf

Browse files
committed
update docs build
1 parent 275c769 commit 9c44ecf

File tree

5 files changed

+28
-20
lines changed

5 files changed

+28
-20
lines changed

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile build.in

requirements/dev.txt

+15-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile dev.in
@@ -22,13 +22,13 @@ cfgv==3.4.0
2222
# via pre-commit
2323
chardet==5.2.0
2424
# via tox
25-
charset-normalizer==3.3.2
25+
charset-normalizer==3.4.0
2626
# via
2727
# -r docs.txt
2828
# requests
2929
colorama==0.4.6
3030
# via tox
31-
distlib==0.3.8
31+
distlib==0.3.9
3232
# via virtualenv
3333
docutils==0.21.2
3434
# via
@@ -57,11 +57,11 @@ jinja2==3.1.4
5757
# via
5858
# -r docs.txt
5959
# sphinx
60-
markupsafe==2.1.5
60+
markupsafe==3.0.1
6161
# via
6262
# -r docs.txt
6363
# jinja2
64-
mypy==1.11.2
64+
mypy==1.12.0
6565
# via -r typing.txt
6666
mypy-extensions==1.0.0
6767
# via
@@ -82,7 +82,7 @@ packaging==24.1
8282
# pytest
8383
# sphinx
8484
# tox
85-
pallets-sphinx-themes==2.1.3
85+
pallets-sphinx-themes==2.2.0
8686
# via -r docs.txt
8787
platformdirs==4.3.6
8888
# via
@@ -94,15 +94,15 @@ pluggy==1.5.0
9494
# -r typing.txt
9595
# pytest
9696
# tox
97-
pre-commit==4.0.0
97+
pre-commit==4.0.1
9898
# via -r dev.in
9999
pygments==2.18.0
100100
# via
101101
# -r docs.txt
102102
# sphinx
103103
pyproject-api==1.8.0
104104
# via tox
105-
pyright==1.1.383
105+
pyright==1.1.385
106106
# via -r typing.txt
107107
pytest==8.3.3
108108
# via
@@ -118,11 +118,16 @@ snowballstemmer==2.2.0
118118
# via
119119
# -r docs.txt
120120
# sphinx
121-
sphinx==8.0.2
121+
sphinx==8.1.3
122122
# via
123123
# -r docs.txt
124124
# pallets-sphinx-themes
125+
# sphinx-notfound-page
125126
# sphinxcontrib-log-cabinet
127+
sphinx-notfound-page==1.0.4
128+
# via
129+
# -r docs.txt
130+
# pallets-sphinx-themes
126131
sphinxcontrib-applehelp==2.0.0
127132
# via
128133
# -r docs.txt
@@ -149,7 +154,7 @@ sphinxcontrib-serializinghtml==2.0.0
149154
# via
150155
# -r docs.txt
151156
# sphinx
152-
tox==4.21.2
157+
tox==4.22.0
153158
# via -r dev.in
154159
typing-extensions==4.12.2
155160
# via

requirements/docs.txt

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile docs.in
@@ -10,7 +10,7 @@ babel==2.16.0
1010
# via sphinx
1111
certifi==2024.8.30
1212
# via requests
13-
charset-normalizer==3.3.2
13+
charset-normalizer==3.4.0
1414
# via requests
1515
docutils==0.21.2
1616
# via sphinx
@@ -20,25 +20,28 @@ imagesize==1.4.1
2020
# via sphinx
2121
jinja2==3.1.4
2222
# via sphinx
23-
markupsafe==2.1.5
23+
markupsafe==3.0.1
2424
# via jinja2
2525
packaging==24.1
2626
# via
2727
# pallets-sphinx-themes
2828
# sphinx
29-
pallets-sphinx-themes==2.1.3
29+
pallets-sphinx-themes==2.2.0
3030
# via -r docs.in
3131
pygments==2.18.0
3232
# via sphinx
3333
requests==2.32.3
3434
# via sphinx
3535
snowballstemmer==2.2.0
3636
# via sphinx
37-
sphinx==8.0.2
37+
sphinx==8.1.3
3838
# via
3939
# -r docs.in
4040
# pallets-sphinx-themes
41+
# sphinx-notfound-page
4142
# sphinxcontrib-log-cabinet
43+
sphinx-notfound-page==1.0.4
44+
# via pallets-sphinx-themes
4245
sphinxcontrib-applehelp==2.0.0
4346
# via sphinx
4447
sphinxcontrib-devhelp==2.0.0

requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile tests.in

requirements/typing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile typing.in
66
#
77
iniconfig==2.0.0
88
# via pytest
9-
mypy==1.11.2
9+
mypy==1.12.0
1010
# via -r typing.in
1111
mypy-extensions==1.0.0
1212
# via mypy
@@ -16,7 +16,7 @@ packaging==24.1
1616
# via pytest
1717
pluggy==1.5.0
1818
# via pytest
19-
pyright==1.1.383
19+
pyright==1.1.385
2020
# via -r typing.in
2121
pytest==8.3.3
2222
# via -r typing.in

0 commit comments

Comments
 (0)