Skip to content

Commit 74d3c50

Browse files
committed
chore: make upgrade
1 parent f3b269c commit 74d3c50

File tree

8 files changed

+19
-15
lines changed

8 files changed

+19
-15
lines changed

doc/requirements.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ sphinxcontrib-serializinghtml==2.0.0
101101
# via sphinx
102102
sphinxcontrib-spelling==8.0.0
103103
# via -r doc/requirements.in
104-
starlette==0.41.2
104+
starlette==0.41.3
105105
# via sphinx-autobuild
106-
stevedore==5.3.0
106+
stevedore==5.4.0
107107
# via doc8
108108
urllib3==2.2.3
109109
# via requests
110-
uvicorn==0.32.0
110+
uvicorn==0.32.1
111111
# via sphinx-autobuild
112112
watchfiles==0.24.0
113113
# via sphinx-autobuild

requirements/dev.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.119.1
52+
hypothesis==6.119.4
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
idna==3.10
5555
# via requests
@@ -192,7 +192,7 @@ zipp==3.21.0
192192
# The following packages are considered to be unsafe in a requirements file:
193193
pip==24.3.1
194194
# via -r /Users/ned/coverage/trunk/requirements/pip.in
195-
setuptools==75.5.0
195+
setuptools==75.6.0
196196
# via
197197
# -r /Users/ned/coverage/trunk/requirements/pip.in
198198
# check-manifest

requirements/kit.pip

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ certifi==2024.8.30
2020
# requests
2121
charset-normalizer==3.4.0
2222
# via requests
23-
cibuildwheel==2.21.3
23+
cibuildwheel==2.22.0
2424
# via -r requirements/kit.in
2525
colorama==0.4.6
2626
# via -r requirements/kit.in
27+
dependency-groups==1.3.0
28+
# via cibuildwheel
2729
docutils==0.21.2
2830
# via readme-renderer
2931
filelock==3.16.1
@@ -58,6 +60,7 @@ packaging==24.2
5860
# auditwheel
5961
# build
6062
# cibuildwheel
63+
# dependency-groups
6164
pkginfo==1.10.0
6265
# via twine
6366
platformdirs==4.3.6
@@ -86,6 +89,7 @@ tomli==2.1.0
8689
# via
8790
# build
8891
# cibuildwheel
92+
# dependency-groups
8993
twine==5.1.1
9094
# via -r requirements/kit.in
9195
typing-extensions==4.12.2
@@ -96,11 +100,11 @@ urllib3==2.2.3
96100
# via
97101
# requests
98102
# twine
99-
wheel==0.45.0
103+
wheel==0.45.1
100104
# via -r requirements/kit.in
101105
zipp==3.21.0
102106
# via importlib-metadata
103107

104108
# The following packages are considered to be unsafe in a requirements file:
105-
setuptools==75.5.0
109+
setuptools==75.6.0
106110
# 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.37.0
11+
eventlet==0.38.0
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.1.1
2525
# via gevent
2626

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

requirements/mypy.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 /Users/ned/coverage/trunk/requirements/pytest.in
19-
hypothesis==6.119.1
19+
hypothesis==6.119.4
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/pip-tools.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ tomli==2.1.0
2222
# via
2323
# build
2424
# pip-tools
25-
wheel==0.45.0
25+
wheel==0.45.1
2626
# via pip-tools
2727
zipp==3.21.0
2828
# via importlib-metadata
2929

3030
# The following packages are considered to be unsafe in a requirements file:
3131
pip==24.3.1
3232
# via pip-tools
33-
setuptools==75.5.0
33+
setuptools==75.6.0
3434
# via pip-tools

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ virtualenv==20.27.1
1616
# The following packages are considered to be unsafe in a requirements file:
1717
pip==24.3.1
1818
# via -r requirements/pip.in
19-
setuptools==75.5.0
19+
setuptools==75.6.0
2020
# 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.119.1
19+
hypothesis==6.119.4
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

0 commit comments

Comments
 (0)