Skip to content

Commit 430a6bc

Browse files
committed
chore: make upgrade
1 parent b265533 commit 430a6bc

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

doc/requirements.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ roman-numerals-py==3.1.0
7878
# via sphinx
7979
scriv==1.7.0
8080
# via -r doc/requirements.in
81-
setuptools==80.8.0
81+
setuptools==80.9.0
8282
# via pbr
8383
sniffio==1.3.1
8484
# via anyio

requirements/dev.pip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ backports-tarfile==1.2.0
1010
# via jaraco-context
1111
build==1.2.2.post1
1212
# via check-manifest
13-
cachetools==5.5.2
13+
cachetools==6.0.0
1414
# via tox
1515
certifi==2025.4.26
1616
# via requests
@@ -53,7 +53,7 @@ flaky==3.8.1
5353
# via -r requirements/pytest.in
5454
greenlet==3.2.2
5555
# via -r requirements/dev.in
56-
hypothesis==6.131.21
56+
hypothesis==6.131.30
5757
# via -r requirements/pytest.in
5858
id==1.5.0
5959
# via twine
@@ -137,7 +137,7 @@ pytest==8.3.5
137137
# via
138138
# -r requirements/pytest.in
139139
# pytest-xdist
140-
pytest-xdist==3.6.1
140+
pytest-xdist==3.7.0
141141
# via -r requirements/pytest.in
142142
readme-renderer==44.0
143143
# via
@@ -158,7 +158,7 @@ rich==14.0.0
158158
# via twine
159159
scriv==1.7.0
160160
# via -r requirements/dev.in
161-
setuptools==80.8.0
161+
setuptools==80.9.0
162162
# via
163163
# -r requirements/pip.in
164164
# check-manifest
@@ -207,5 +207,5 @@ virtualenv==20.31.2
207207
# tox
208208
wcwidth==0.2.13
209209
# via urwid
210-
zipp==3.21.0
210+
zipp==3.22.0
211211
# via importlib-metadata

requirements/kit.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# make upgrade
3-
auditwheel==6.3.0
3+
auditwheel==6.4.0
44
# via -r requirements/kit.in
55
backports-tarfile==1.2.0
66
# via jaraco-context
@@ -83,7 +83,7 @@ rfc3986==2.0.0
8383
# via twine
8484
rich==14.0.0
8585
# via twine
86-
setuptools==80.8.0
86+
setuptools==80.9.0
8787
# via -r requirements/kit.in
8888
tomli==2.2.1
8989
# via
@@ -102,5 +102,5 @@ urllib3==2.4.0
102102
# twine
103103
wheel==0.45.1
104104
# via -r requirements/kit.in
105-
zipp==3.21.0
105+
zipp==3.22.0
106106
# via importlib-metadata

requirements/light-threads.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ greenlet==3.2.2
1515
# gevent
1616
pycparser==2.22
1717
# via cffi
18-
setuptools==80.8.0
18+
setuptools==80.9.0
1919
# via
2020
# zope-event
2121
# zope-interface

requirements/mypy.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ execnet==2.1.1
1212
# via pytest-xdist
1313
flaky==3.8.1
1414
# via -r requirements/pytest.in
15-
hypothesis==6.131.21
15+
hypothesis==6.131.30
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest
@@ -30,7 +30,7 @@ pytest==8.3.5
3030
# via
3131
# -r requirements/pytest.in
3232
# pytest-xdist
33-
pytest-xdist==3.6.1
33+
pytest-xdist==3.7.0
3434
# via -r requirements/pytest.in
3535
sortedcontainers==2.4.0
3636
# via hypothesis

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip==25.1.1
88
# via -r requirements/pip.in
99
platformdirs==4.3.8
1010
# via virtualenv
11-
setuptools==80.8.0
11+
setuptools==80.9.0
1212
# via -r requirements/pip.in
1313
virtualenv==20.31.2
1414
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ execnet==2.1.1
1212
# via pytest-xdist
1313
flaky==3.8.1
1414
# via -r requirements/pytest.in
15-
hypothesis==6.131.21
15+
hypothesis==6.131.30
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest
@@ -26,7 +26,7 @@ pytest==8.3.5
2626
# via
2727
# -r requirements/pytest.in
2828
# pytest-xdist
29-
pytest-xdist==3.6.1
29+
pytest-xdist==3.7.0
3030
# via -r requirements/pytest.in
3131
sortedcontainers==2.4.0
3232
# via hypothesis

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# make upgrade
3-
cachetools==5.5.2
3+
cachetools==6.0.0
44
# via tox
55
chardet==5.2.0
66
# via tox

0 commit comments

Comments
 (0)