Skip to content

Commit f30818e

Browse files
committed
chore: make upgrade
1 parent 1b19799 commit f30818e

File tree

8 files changed

+41
-41
lines changed

8 files changed

+41
-41
lines changed

requirements/dev.pip

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ astroid==3.1.0
88
# via pylint
99
attrs==23.2.0
1010
# via hypothesis
11-
build==1.0.3
11+
build==1.1.1
1212
# via check-manifest
1313
cachetools==5.3.3
1414
# via tox
@@ -20,7 +20,7 @@ charset-normalizer==3.3.2
2020
# via requests
2121
check-manifest==0.49
2222
# via -r requirements/dev.in
23-
cogapp==3.3.0
23+
cogapp==3.4.1
2424
# via -r requirements/dev.in
2525
colorama==0.4.6
2626
# via
@@ -43,20 +43,20 @@ filelock==3.13.1
4343
# via
4444
# tox
4545
# virtualenv
46-
flaky==3.7.0
46+
flaky==3.8.1
4747
# via -r requirements/pytest.in
4848
greenlet==3.0.3
4949
# via -r requirements/dev.in
50-
hypothesis==6.98.13
50+
hypothesis==6.99.6
5151
# via -r requirements/pytest.in
5252
idna==3.6
5353
# via requests
54-
importlib-metadata==7.0.1
54+
importlib-metadata==7.0.2
5555
# via
5656
# build
5757
# keyring
5858
# twine
59-
importlib-resources==6.1.2
59+
importlib-resources==6.3.0
6060
# via keyring
6161
iniconfig==2.0.0
6262
# via pytest
@@ -80,7 +80,7 @@ more-itertools==10.2.0
8080
# via jaraco-classes
8181
nh3==0.2.15
8282
# via readme-renderer
83-
packaging==23.2
83+
packaging==24.0
8484
# via
8585
# build
8686
# pudb
@@ -89,7 +89,7 @@ packaging==23.2
8989
# tox
9090
parso==0.8.3
9191
# via jedi
92-
pkginfo==1.9.6
92+
pkginfo==1.10.0
9393
# via twine
9494
platformdirs==4.2.0
9595
# via
@@ -114,7 +114,7 @@ pyproject-api==1.6.1
114114
# via tox
115115
pyproject-hooks==1.0.0
116116
# via build
117-
pytest==8.0.2
117+
pytest==8.1.1
118118
# via
119119
# -r requirements/pytest.in
120120
# pytest-xdist
@@ -150,7 +150,7 @@ tomli==2.0.1
150150
# tox
151151
tomlkit==0.12.4
152152
# via pylint
153-
tox==4.13.0
153+
tox==4.14.1
154154
# via
155155
# -r requirements/tox.in
156156
# tox-gh
@@ -168,7 +168,7 @@ urllib3==2.2.1
168168
# via
169169
# requests
170170
# twine
171-
urwid==2.6.7
171+
urwid==2.6.9
172172
# via
173173
# pudb
174174
# urwid-readline
@@ -180,15 +180,15 @@ virtualenv==20.25.1
180180
# tox
181181
wcwidth==0.2.13
182182
# via urwid
183-
zipp==3.17.0
183+
zipp==3.18.0
184184
# via
185185
# importlib-metadata
186186
# importlib-resources
187187

188188
# The following packages are considered to be unsafe in a requirements file:
189189
pip==24.0
190190
# via -r requirements/pip.in
191-
setuptools==69.1.1
191+
setuptools==69.2.0
192192
# via
193193
# -r requirements/pip.in
194194
# check-manifest

requirements/kit.pip

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ bashlex==0.18
1010
# via cibuildwheel
1111
bracex==2.4
1212
# via cibuildwheel
13-
build==1.0.3
13+
build==1.1.1
1414
# via -r requirements/kit.in
1515
certifi==2024.2.2
1616
# via cibuildwheel
17-
cibuildwheel==2.16.5
17+
cibuildwheel==2.17.0
1818
# via -r requirements/kit.in
1919
colorama==0.4.6
2020
# via -r requirements/kit.in
2121
filelock==3.13.1
2222
# via cibuildwheel
23-
importlib-metadata==7.0.1
23+
importlib-metadata==7.0.2
2424
# via build
25-
packaging==23.2
25+
packaging==24.0
2626
# via
2727
# auditwheel
2828
# build
2929
# cibuildwheel
3030
platformdirs==4.2.0
3131
# via cibuildwheel
32-
pyelftools==0.30
32+
pyelftools==0.31
3333
# via auditwheel
3434
pyproject-hooks==1.0.0
3535
# via build
@@ -40,11 +40,11 @@ tomli==2.0.1
4040
# pyproject-hooks
4141
typing-extensions==4.10.0
4242
# via cibuildwheel
43-
wheel==0.42.0
43+
wheel==0.43.0
4444
# via -r requirements/kit.in
45-
zipp==3.17.0
45+
zipp==3.18.0
4646
# via importlib-metadata
4747

4848
# The following packages are considered to be unsafe in a requirements file:
49-
setuptools==69.1.1
49+
setuptools==69.2.0
5050
# via -r requirements/kit.in

requirements/light-threads.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ zope-interface==6.2
2525
# via gevent
2626

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

requirements/mypy.pip

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ exceptiongroup==1.2.0
1414
# pytest
1515
execnet==2.0.2
1616
# via pytest-xdist
17-
flaky==3.7.0
17+
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.98.13
19+
hypothesis==6.99.6
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.8.0
23+
mypy==1.9.0
2424
# via -r requirements/mypy.in
2525
mypy-extensions==1.0.0
2626
# via mypy
27-
packaging==23.2
27+
packaging==24.0
2828
# via pytest
2929
pluggy==1.4.0
3030
# via pytest
3131
pygments==2.17.2
3232
# via -r requirements/pytest.in
33-
pytest==8.0.2
33+
pytest==8.1.1
3434
# via
3535
# -r requirements/pytest.in
3636
# pytest-xdist

requirements/pip-tools.pip

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# make upgrade
66
#
7-
build==1.0.3
7+
build==1.1.1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
importlib-metadata==7.0.1
11+
importlib-metadata==7.0.2
1212
# via build
13-
packaging==23.2
13+
packaging==24.0
1414
# via build
15-
pip-tools==7.4.0
15+
pip-tools==7.4.1
1616
# via -r requirements/pip-tools.in
1717
pyproject-hooks==1.0.0
1818
# via
@@ -23,13 +23,13 @@ tomli==2.0.1
2323
# build
2424
# pip-tools
2525
# pyproject-hooks
26-
wheel==0.42.0
26+
wheel==0.43.0
2727
# via pip-tools
28-
zipp==3.17.0
28+
zipp==3.18.0
2929
# via importlib-metadata
3030

3131
# The following packages are considered to be unsafe in a requirements file:
3232
pip==24.0
3333
# via pip-tools
34-
setuptools==69.1.1
34+
setuptools==69.2.0
3535
# via pip-tools

requirements/pip.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ virtualenv==20.25.1
1616
# The following packages are considered to be unsafe in a requirements file:
1717
pip==24.0
1818
# via -r requirements/pip.in
19-
setuptools==69.1.1
19+
setuptools==69.2.0
2020
# via -r requirements/pip.in

requirements/pytest.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ exceptiongroup==1.2.0
1414
# pytest
1515
execnet==2.0.2
1616
# via pytest-xdist
17-
flaky==3.7.0
17+
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.98.13
19+
hypothesis==6.99.6
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
packaging==23.2
23+
packaging==24.0
2424
# via pytest
2525
pluggy==1.4.0
2626
# via pytest
2727
pygments==2.17.2
2828
# via -r requirements/pytest.in
29-
pytest==8.0.2
29+
pytest==8.1.1
3030
# via
3131
# -r requirements/pytest.in
3232
# pytest-xdist

requirements/tox.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ filelock==3.13.1
1818
# via
1919
# tox
2020
# virtualenv
21-
packaging==23.2
21+
packaging==24.0
2222
# via
2323
# pyproject-api
2424
# tox
@@ -34,7 +34,7 @@ tomli==2.0.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.13.0
37+
tox==4.14.1
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh

0 commit comments

Comments
 (0)