Skip to content

Commit 79c7fae

Browse files
committed
chore: make upgrade doc_upgrade
1 parent e3504b0 commit 79c7fae

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

doc/requirements.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ idna==3.10
3838
# requests
3939
imagesize==1.4.1
4040
# via sphinx
41-
jinja2==3.1.5
41+
jinja2==3.1.6
4242
# via sphinx
4343
markupsafe==3.0.2
4444
# via jinja2
@@ -105,7 +105,7 @@ sphinxcontrib-serializinghtml==2.0.0
105105
# via sphinx
106106
sphinxcontrib-spelling==8.0.1
107107
# via -r doc/requirements.in
108-
starlette==0.46.0
108+
starlette==0.46.1
109109
# via sphinx-autobuild
110110
stevedore==5.4.1
111111
# via doc8
@@ -117,9 +117,9 @@ uvicorn==0.34.0
117117
# via sphinx-autobuild
118118
watchfiles==1.0.4
119119
# via sphinx-autobuild
120-
websockets==15.0
120+
websockets==15.0.1
121121
# via sphinx-autobuild
122122

123123
# The following packages are considered to be unsafe in a requirements file:
124-
setuptools==75.8.2
124+
setuptools==76.0.0
125125
# via pbr

requirements/dev.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
astroid==3.3.8
7+
astroid==3.3.9
88
# via pylint
99
attrs==25.1.0
1010
# via hypothesis
@@ -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.127.5
52+
hypothesis==6.128.1
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
id==1.5.0
5555
# via twine
@@ -115,7 +115,7 @@ pygments==2.19.1
115115
# pudb
116116
# readme-renderer
117117
# rich
118-
pylint==3.3.4
118+
pylint==3.3.5
119119
# via -r requirements/dev.in
120120
pyproject-api==1.9.0
121121
# via tox
@@ -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.2
198+
setuptools==76.0.0
199199
# via
200200
# -r /Users/ned/coverage/trunk/requirements/pip.in
201201
# check-manifest

requirements/kit.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2
111+
setuptools==76.0.0
112112
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cffi==1.17.1
88
# via -r requirements/light-threads.in
99
dnspython==2.7.0
1010
# via eventlet
11-
eventlet==0.39.0
11+
eventlet==0.39.1
1212
# via -r requirements/light-threads.in
1313
gevent==24.11.1
1414
# via -r requirements/light-threads.in
@@ -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.2
28+
setuptools==76.0.0
2929
# via
3030
# zope-event
3131
# zope-interface

requirements/mypy.pip

Lines changed: 2 additions & 2 deletions
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.127.5
19+
hypothesis==6.128.1
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -42,7 +42,7 @@ tomli==2.2.1
4242
# via
4343
# mypy
4444
# pytest
45-
types-requests==2.32.0.20250301
45+
types-requests==2.32.0.20250306
4646
# via -r requirements/mypy.in
4747
types-tabulate==0.9.0.20241207
4848
# via -r requirements/mypy.in

requirements/pip-tools.pip

Lines changed: 1 addition & 1 deletion
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.2
33+
setuptools==76.0.0
3434
# via pip-tools

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
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.2
21+
setuptools==76.0.0
2222
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
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.127.5
19+
hypothesis==6.128.1
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

0 commit comments

Comments
 (0)