Skip to content

Commit 97ce68c

Browse files
committed
chore: make upgrade doc_upgrade
1 parent 6c5291a commit 97ce68c

9 files changed

+32
-26
lines changed

doc/requirements.pip

+13-7
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ anyio==4.8.0
1010
# via
1111
# starlette
1212
# watchfiles
13-
babel==2.16.0
13+
babel==2.17.0
1414
# via sphinx
15-
certifi==2024.12.14
15+
certifi==2025.1.31
1616
# via requests
1717
charset-normalizer==3.4.1
1818
# via requests
@@ -44,7 +44,7 @@ markupsafe==3.0.2
4444
# via jinja2
4545
packaging==24.2
4646
# via sphinx
47-
pbr==6.1.0
47+
pbr==6.1.1
4848
# via stevedore
4949
polib==1.2.0
5050
# via sphinx-lint
@@ -64,11 +64,13 @@ requests==2.32.3
6464
# sphinxcontrib-spelling
6565
restructuredtext-lint==1.4.0
6666
# via doc8
67+
roman-numerals-py==3.1.0
68+
# via sphinx
6769
sniffio==1.3.1
6870
# via anyio
6971
snowballstemmer==2.2.0
7072
# via sphinx
71-
sphinx==8.1.3
73+
sphinx==8.2.3
7274
# via
7375
# -r doc/requirements.in
7476
# sphinx-autobuild
@@ -103,9 +105,9 @@ sphinxcontrib-serializinghtml==2.0.0
103105
# via sphinx
104106
sphinxcontrib-spelling==8.0.1
105107
# via -r doc/requirements.in
106-
starlette==0.45.3
108+
starlette==0.46.0
107109
# via sphinx-autobuild
108-
stevedore==5.4.0
110+
stevedore==5.4.1
109111
# via doc8
110112
typing-extensions==4.12.2
111113
# via anyio
@@ -115,5 +117,9 @@ uvicorn==0.34.0
115117
# via sphinx-autobuild
116118
watchfiles==1.0.4
117119
# via sphinx-autobuild
118-
websockets==14.2
120+
websockets==15.0
119121
# via sphinx-autobuild
122+
123+
# The following packages are considered to be unsafe in a requirements file:
124+
setuptools==75.8.2
125+
# via pbr

requirements/dev.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ backports-tarfile==1.2.0
1212
# via jaraco-context
1313
build==1.2.2.post1
1414
# via check-manifest
15-
cachetools==5.5.1
15+
cachetools==5.5.2
1616
# via tox
1717
certifi==2025.1.31
1818
# via requests
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5050
greenlet==3.1.1
5151
# via -r requirements/dev.in
52-
hypothesis==6.125.3
52+
hypothesis==6.127.5
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
id==1.5.0
5555
# via twine
@@ -62,7 +62,7 @@ importlib-metadata==8.6.1
6262
# twine
6363
iniconfig==2.0.0
6464
# via pytest
65-
isort==6.0.0
65+
isort==6.0.1
6666
# via pylint
6767
jaraco-classes==3.4.0
6868
# via keyring
@@ -86,7 +86,7 @@ more-itertools==10.6.0
8686
# via
8787
# jaraco-classes
8888
# jaraco-functools
89-
nh3==0.2.20
89+
nh3==0.2.21
9090
# via readme-renderer
9191
packaging==24.2
9292
# via
@@ -121,7 +121,7 @@ pyproject-api==1.9.0
121121
# via tox
122122
pyproject-hooks==1.2.0
123123
# via build
124-
pytest==8.3.4
124+
pytest==8.3.5
125125
# via
126126
# -r /Users/ned/coverage/trunk/requirements/pytest.in
127127
# pytest-xdist
@@ -195,7 +195,7 @@ zipp==3.21.0
195195
# The following packages are considered to be unsafe in a requirements file:
196196
pip==25.0.1
197197
# via -r /Users/ned/coverage/trunk/requirements/pip.in
198-
setuptools==75.8.0
198+
setuptools==75.8.2
199199
# via
200200
# -r /Users/ned/coverage/trunk/requirements/pip.in
201201
# check-manifest

requirements/kit.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ certifi==2025.1.31
2020
# requests
2121
charset-normalizer==3.4.1
2222
# via requests
23-
cibuildwheel==2.22.0
23+
cibuildwheel==2.23.0
2424
# via -r requirements/kit.in
2525
colorama==0.4.6
2626
# via -r requirements/kit.in
@@ -55,7 +55,7 @@ more-itertools==10.6.0
5555
# via
5656
# jaraco-classes
5757
# jaraco-functools
58-
nh3==0.2.20
58+
nh3==0.2.21
5959
# via readme-renderer
6060
packaging==24.2
6161
# via
@@ -66,7 +66,7 @@ packaging==24.2
6666
# twine
6767
platformdirs==4.3.6
6868
# via cibuildwheel
69-
pyelftools==0.31
69+
pyelftools==0.32
7070
# via auditwheel
7171
pygments==2.19.1
7272
# via
@@ -108,5 +108,5 @@ zipp==3.21.0
108108
# via importlib-metadata
109109

110110
# The following packages are considered to be unsafe in a requirements file:
111-
setuptools==75.8.0
111+
setuptools==75.8.2
112112
# via -r requirements/kit.in

requirements/light-threads.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ zope-interface==7.2
2525
# via gevent
2626

2727
# The following packages are considered to be unsafe in a requirements file:
28-
setuptools==75.8.0
28+
setuptools==75.8.2
2929
# via
3030
# zope-event
3131
# zope-interface

requirements/mypy.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
19-
hypothesis==6.125.3
19+
hypothesis==6.127.5
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -30,7 +30,7 @@ pluggy==1.5.0
3030
# via pytest
3131
pygments==2.19.1
3232
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
33-
pytest==8.3.4
33+
pytest==8.3.5
3434
# via
3535
# -r /Users/ned/coverage/trunk/requirements/pytest.in
3636
# pytest-xdist
@@ -42,7 +42,7 @@ tomli==2.2.1
4242
# via
4343
# mypy
4444
# pytest
45-
types-requests==2.32.0.20241016
45+
types-requests==2.32.0.20250301
4646
# via -r requirements/mypy.in
4747
types-tabulate==0.9.0.20241207
4848
# via -r requirements/mypy.in

requirements/pip-tools.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ zipp==3.21.0
3030
# The following packages are considered to be unsafe in a requirements file:
3131
pip==25.0.1
3232
# via pip-tools
33-
setuptools==75.8.0
33+
setuptools==75.8.2
3434
# via pip-tools

requirements/pip.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ virtualenv==20.28.1
1818
# The following packages are considered to be unsafe in a requirements file:
1919
pip==25.0.1
2020
# via -r requirements/pip.in
21-
setuptools==75.8.0
21+
setuptools==75.8.2
2222
# via -r requirements/pip.in

requirements/pytest.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.125.3
19+
hypothesis==6.127.5
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -26,7 +26,7 @@ pluggy==1.5.0
2626
# via pytest
2727
pygments==2.19.1
2828
# via -r requirements/pytest.in
29-
pytest==8.3.4
29+
pytest==8.3.5
3030
# via
3131
# -r requirements/pytest.in
3232
# pytest-xdist

requirements/tox.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
cachetools==5.5.1
7+
cachetools==5.5.2
88
# via tox
99
chardet==5.2.0
1010
# via tox

0 commit comments

Comments
 (0)