Skip to content

Commit ea5c685

Browse files
committed
chore: make upgrade
1 parent 85aa5fc commit ea5c685

File tree

8 files changed

+41
-41
lines changed

8 files changed

+41
-41
lines changed

requirements/dev.pip

+11-11
Original file line numberDiff line numberDiff line change
@@ -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.115.3
52+
hypothesis==6.118.8
5353
# via -r requirements/pytest.in
5454
idna==3.10
5555
# via requests
@@ -68,9 +68,9 @@ jaraco-context==6.0.1
6868
# via keyring
6969
jaraco-functools==4.1.0
7070
# via keyring
71-
jedi==0.19.1
71+
jedi==0.19.2
7272
# via pudb
73-
keyring==25.4.1
73+
keyring==25.5.0
7474
# via twine
7575
libsass==0.23.0
7676
# via -r requirements/dev.in
@@ -86,7 +86,7 @@ more-itertools==10.5.0
8686
# jaraco-functools
8787
nh3==0.2.18
8888
# via readme-renderer
89-
packaging==24.1
89+
packaging==24.2
9090
# via
9191
# build
9292
# pudb
@@ -139,13 +139,13 @@ requests-toolbelt==1.0.0
139139
# via twine
140140
rfc3986==2.0.0
141141
# via twine
142-
rich==13.9.2
142+
rich==13.9.4
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.2
148+
tomli==2.1.0
149149
# via
150150
# build
151151
# check-manifest
@@ -155,7 +155,7 @@ tomli==2.0.2
155155
# tox
156156
tomlkit==0.13.2
157157
# via pylint
158-
tox==4.23.0
158+
tox==4.23.2
159159
# via
160160
# -r requirements/tox.in
161161
# tox-gh
@@ -180,19 +180,19 @@ urwid==2.6.16
180180
# urwid-readline
181181
urwid-readline==0.15.1
182182
# via pudb
183-
virtualenv==20.27.0
183+
virtualenv==20.27.1
184184
# via
185185
# -r requirements/pip.in
186186
# tox
187187
wcwidth==0.2.13
188188
# via urwid
189-
zipp==3.20.2
189+
zipp==3.21.0
190190
# via importlib-metadata
191191

192192
# The following packages are considered to be unsafe in a requirements file:
193-
pip==24.2
193+
pip==24.3.1
194194
# via -r requirements/pip.in
195-
setuptools==75.2.0
195+
setuptools==75.5.0
196196
# via
197197
# -r requirements/pip.in
198198
# check-manifest

requirements/kit.pip

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jaraco-context==6.0.1
4141
# via keyring
4242
jaraco-functools==4.1.0
4343
# via keyring
44-
keyring==25.4.1
44+
keyring==25.5.0
4545
# via twine
4646
markdown-it-py==3.0.0
4747
# via rich
@@ -53,7 +53,7 @@ more-itertools==10.5.0
5353
# jaraco-functools
5454
nh3==0.2.18
5555
# via readme-renderer
56-
packaging==24.1
56+
packaging==24.2
5757
# via
5858
# auditwheel
5959
# build
@@ -80,9 +80,9 @@ requests-toolbelt==1.0.0
8080
# via twine
8181
rfc3986==2.0.0
8282
# via twine
83-
rich==13.9.2
83+
rich==13.9.4
8484
# via twine
85-
tomli==2.0.2
85+
tomli==2.1.0
8686
# via
8787
# build
8888
# cibuildwheel
@@ -96,11 +96,11 @@ urllib3==2.2.3
9696
# via
9797
# requests
9898
# twine
99-
wheel==0.44.0
99+
wheel==0.45.0
100100
# via -r requirements/kit.in
101-
zipp==3.20.2
101+
zipp==3.21.0
102102
# via importlib-metadata
103103

104104
# The following packages are considered to be unsafe in a requirements file:
105-
setuptools==75.2.0
105+
setuptools==75.5.0
106106
# via -r requirements/kit.in

requirements/light-threads.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnspython==2.7.0
1010
# via eventlet
1111
eventlet==0.37.0
1212
# via -r requirements/light-threads.in
13-
gevent==24.10.3
13+
gevent==24.11.1
1414
# via -r requirements/light-threads.in
1515
greenlet==3.1.1
1616
# via
@@ -21,11 +21,11 @@ pycparser==2.22
2121
# via cffi
2222
zope-event==5.0
2323
# via gevent
24-
zope-interface==7.1.0
24+
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.2.0
28+
setuptools==75.5.0
2929
# via
3030
# zope-event
3131
# zope-interface

requirements/mypy.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.115.3
19+
hypothesis==6.118.8
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.12.1
23+
mypy==1.13.0
2424
# via -r requirements/mypy.in
2525
mypy-extensions==1.0.0
2626
# via mypy
27-
packaging==24.1
27+
packaging==24.2
2828
# via pytest
2929
pluggy==1.5.0
3030
# 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.2
41+
tomli==2.1.0
4242
# via
4343
# mypy
4444
# pytest

requirements/pip-tools.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ click==8.1.7
1010
# via pip-tools
1111
importlib-metadata==8.5.0
1212
# via build
13-
packaging==24.1
13+
packaging==24.2
1414
# via build
1515
pip-tools==7.4.1
1616
# via -r requirements/pip-tools.in
1717
pyproject-hooks==1.2.0
1818
# via
1919
# build
2020
# pip-tools
21-
tomli==2.0.2
21+
tomli==2.1.0
2222
# via
2323
# build
2424
# pip-tools
25-
wheel==0.44.0
25+
wheel==0.45.0
2626
# via pip-tools
27-
zipp==3.20.2
27+
zipp==3.21.0
2828
# via importlib-metadata
2929

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

requirements/pip.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ filelock==3.16.1
1010
# via virtualenv
1111
platformdirs==4.3.6
1212
# via virtualenv
13-
virtualenv==20.27.0
13+
virtualenv==20.27.1
1414
# via -r requirements/pip.in
1515

1616
# The following packages are considered to be unsafe in a requirements file:
17-
pip==24.2
17+
pip==24.3.1
1818
# via -r requirements/pip.in
19-
setuptools==75.2.0
19+
setuptools==75.5.0
2020
# via -r requirements/pip.in

requirements/pytest.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.115.3
19+
hypothesis==6.118.8
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
packaging==24.1
23+
packaging==24.2
2424
# via pytest
2525
pluggy==1.5.0
2626
# 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.2
37+
tomli==2.1.0
3838
# via pytest

requirements/tox.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ filelock==3.16.1
1818
# via
1919
# tox
2020
# virtualenv
21-
packaging==24.1
21+
packaging==24.2
2222
# via
2323
# pyproject-api
2424
# tox
@@ -30,17 +30,17 @@ pluggy==1.5.0
3030
# via tox
3131
pyproject-api==1.8.0
3232
# via tox
33-
tomli==2.0.2
33+
tomli==2.1.0
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.23.0
37+
tox==4.23.2
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh
4141
tox-gh==1.4.4
4242
# via -r requirements/tox.in
4343
typing-extensions==4.12.2
4444
# via tox
45-
virtualenv==20.27.0
45+
virtualenv==20.27.1
4646
# via tox

0 commit comments

Comments
 (0)