Skip to content

Commit a15d443

Browse files
committed
chore: make upgrade
1 parent 05f8a07 commit a15d443

File tree

7 files changed

+34
-28
lines changed

7 files changed

+34
-28
lines changed

requirements/dev.pip

+12-10
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
#
55
# make upgrade
66
#
7-
astroid==3.3.4
7+
astroid==3.3.5
88
# via pylint
99
attrs==24.2.0
1010
# via hypothesis
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
13-
build==1.2.2
13+
build==1.2.2.post1
1414
# via check-manifest
1515
cachetools==5.5.0
1616
# via tox
1717
certifi==2024.8.30
1818
# via requests
1919
chardet==5.2.0
2020
# via tox
21-
charset-normalizer==3.3.2
21+
charset-normalizer==3.4.0
2222
# via requests
23-
check-manifest==0.49
23+
check-manifest==0.50
2424
# via -r requirements/dev.in
2525
cogapp==3.4.1
2626
# via -r requirements/dev.in
@@ -29,7 +29,7 @@ colorama==0.4.6
2929
# -r requirements/pytest.in
3030
# -r requirements/tox.in
3131
# tox
32-
dill==0.3.8
32+
dill==0.3.9
3333
# via pylint
3434
distlib==0.3.8
3535
# via virtualenv
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r requirements/pytest.in
5050
greenlet==3.1.1
5151
# via -r requirements/dev.in
52-
hypothesis==6.112.1
52+
hypothesis==6.113.0
5353
# via -r requirements/pytest.in
5454
idna==3.10
5555
# via requests
@@ -118,7 +118,7 @@ pylint==3.3.1
118118
# via -r requirements/dev.in
119119
pyproject-api==1.8.0
120120
# via tox
121-
pyproject-hooks==1.1.0
121+
pyproject-hooks==1.2.0
122122
# via build
123123
pytest==8.3.3
124124
# via
@@ -139,13 +139,13 @@ requests-toolbelt==1.0.0
139139
# via twine
140140
rfc3986==2.0.0
141141
# via twine
142-
rich==13.8.1
142+
rich==13.9.2
143143
# via twine
144144
sortedcontainers==2.4.0
145145
# via hypothesis
146146
tabulate==0.9.0
147147
# via -r requirements/dev.in
148-
tomli==2.0.1
148+
tomli==2.0.2
149149
# via
150150
# build
151151
# check-manifest
@@ -155,7 +155,7 @@ tomli==2.0.1
155155
# tox
156156
tomlkit==0.13.2
157157
# via pylint
158-
tox==4.20.0
158+
tox==4.21.2
159159
# via
160160
# -r requirements/tox.in
161161
# tox-gh
@@ -167,6 +167,8 @@ typing-extensions==4.12.2
167167
# via
168168
# astroid
169169
# pylint
170+
# rich
171+
# tox
170172
# urwid
171173
urllib3==2.2.3
172174
# via

requirements/kit.pip

+10-8
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ backports-tarfile==1.2.0
1010
# via jaraco-context
1111
bashlex==0.18
1212
# via cibuildwheel
13-
bracex==2.5
13+
bracex==2.5.post1
1414
# via cibuildwheel
15-
build==1.2.2
15+
build==1.2.2.post1
1616
# via -r requirements/kit.in
1717
certifi==2024.8.30
1818
# via
1919
# cibuildwheel
2020
# requests
21-
charset-normalizer==3.3.2
21+
charset-normalizer==3.4.0
2222
# via requests
23-
cibuildwheel==2.21.1
23+
cibuildwheel==2.21.3
2424
# via -r requirements/kit.in
2525
colorama==0.4.6
2626
# via -r requirements/kit.in
@@ -68,7 +68,7 @@ pygments==2.18.0
6868
# via
6969
# readme-renderer
7070
# rich
71-
pyproject-hooks==1.1.0
71+
pyproject-hooks==1.2.0
7272
# via build
7373
readme-renderer==44.0
7474
# via twine
@@ -80,16 +80,18 @@ requests-toolbelt==1.0.0
8080
# via twine
8181
rfc3986==2.0.0
8282
# via twine
83-
rich==13.8.1
83+
rich==13.9.2
8484
# via twine
85-
tomli==2.0.1
85+
tomli==2.0.2
8686
# via
8787
# build
8888
# cibuildwheel
8989
twine==5.1.1
9090
# via -r requirements/kit.in
9191
typing-extensions==4.12.2
92-
# via cibuildwheel
92+
# via
93+
# cibuildwheel
94+
# rich
9395
urllib3==2.2.3
9496
# via
9597
# requests

requirements/light-threads.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cffi==1.17.1
88
# via -r requirements/light-threads.in
9-
dnspython==2.6.1
9+
dnspython==2.7.0
1010
# via eventlet
1111
eventlet==0.37.0
1212
# via -r requirements/light-threads.in

requirements/mypy.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.112.1
19+
hypothesis==6.113.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -38,7 +38,7 @@ pytest-xdist==3.6.1
3838
# via -r requirements/pytest.in
3939
sortedcontainers==2.4.0
4040
# via hypothesis
41-
tomli==2.0.1
41+
tomli==2.0.2
4242
# via
4343
# mypy
4444
# pytest

requirements/pip-tools.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2
7+
build==1.2.2.post1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
@@ -14,11 +14,11 @@ packaging==24.1
1414
# via build
1515
pip-tools==7.4.1
1616
# via -r requirements/pip-tools.in
17-
pyproject-hooks==1.1.0
17+
pyproject-hooks==1.2.0
1818
# via
1919
# build
2020
# pip-tools
21-
tomli==2.0.1
21+
tomli==2.0.2
2222
# via
2323
# build
2424
# pip-tools

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.112.1
19+
hypothesis==6.113.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -34,5 +34,5 @@ pytest-xdist==3.6.1
3434
# via -r requirements/pytest.in
3535
sortedcontainers==2.4.0
3636
# via hypothesis
37-
tomli==2.0.1
37+
tomli==2.0.2
3838
# via pytest

requirements/tox.pip

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ pluggy==1.5.0
3030
# via tox
3131
pyproject-api==1.8.0
3232
# via tox
33-
tomli==2.0.1
33+
tomli==2.0.2
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.20.0
37+
tox==4.21.2
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh
4141
tox-gh==1.4.1
4242
# via -r requirements/tox.in
43+
typing-extensions==4.12.2
44+
# via tox
4345
virtualenv==20.26.6
4446
# via tox

0 commit comments

Comments
 (0)