Skip to content

Commit e8193ff

Browse files
committed
chore: make upgrade
1 parent 9aad22a commit e8193ff

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

requirements/dev.pip

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flaky==3.8.1
5353
# via -r requirements/pytest.in
5454
greenlet==3.2.3
5555
# via -r requirements/dev.in
56-
hypothesis==6.136.3
56+
hypothesis==6.136.4
5757
# via -r requirements/pytest.in
5858
id==1.5.0
5959
# via twine
@@ -155,7 +155,7 @@ requests-toolbelt==1.0.0
155155
# via twine
156156
rfc3986==2.0.0
157157
# via twine
158-
rich==14.0.0
158+
rich==14.1.0
159159
# via twine
160160
scriv==1.7.0
161161
# via -r requirements/dev.in
@@ -177,7 +177,7 @@ tomli==2.2.1
177177
# tox
178178
tomlkit==0.13.3
179179
# via pylint
180-
tox==4.28.1
180+
tox==4.28.3
181181
# via
182182
# -r requirements/tox.in
183183
# tox-gh
@@ -190,7 +190,6 @@ typing-extensions==4.14.1
190190
# astroid
191191
# exceptiongroup
192192
# pylint
193-
# rich
194193
# tox
195194
urllib3==2.5.0
196195
# via

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.4.1
3+
auditwheel==6.4.2
44
# via -r requirements/kit.in
55
backports-tarfile==1.2.0
66
# via jaraco-context
@@ -18,7 +18,7 @@ certifi==2025.7.14
1818
# requests
1919
charset-normalizer==3.4.2
2020
# via requests
21-
cibuildwheel==3.1.0
21+
cibuildwheel==3.1.1
2222
# via -r requirements/kit.in
2323
colorama==0.4.6
2424
# via -r requirements/kit.in
@@ -84,7 +84,7 @@ requests-toolbelt==1.0.0
8484
# via twine
8585
rfc3986==2.0.0
8686
# via twine
87-
rich==14.0.0
87+
rich==14.1.0
8888
# via twine
8989
setuptools==80.9.0
9090
# via -r requirements/kit.in

requirements/mypy.pip

Lines changed: 1 addition & 1 deletion
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.136.3
15+
hypothesis==6.136.4
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
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.136.3
15+
hypothesis==6.136.4
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tomli==2.2.1
3030
# via
3131
# pyproject-api
3232
# tox
33-
tox==4.28.1
33+
tox==4.28.3
3434
# via
3535
# -r requirements/tox.in
3636
# tox-gh

0 commit comments

Comments
 (0)