Skip to content

Commit 32a1622

Browse files
committed
chore: make upgrade
1 parent f3f4730 commit 32a1622

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

requirements/dev.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5050
greenlet==3.1.1
5151
# via -r requirements/dev.in
52-
hypothesis==6.123.2
52+
hypothesis==6.124.0
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
idna==3.10
5555
# via requests
@@ -80,7 +80,7 @@ mccabe==0.7.0
8080
# via pylint
8181
mdurl==0.1.2
8282
# via markdown-it-py
83-
more-itertools==10.5.0
83+
more-itertools==10.6.0
8484
# via
8585
# jaraco-classes
8686
# jaraco-functools
@@ -109,7 +109,7 @@ pluggy==1.5.0
109109
# tox
110110
pudb==2024.1.3
111111
# via -r requirements/dev.in
112-
pygments==2.18.0
112+
pygments==2.19.1
113113
# via
114114
# -r /Users/ned/coverage/trunk/requirements/pytest.in
115115
# pudb
@@ -160,7 +160,7 @@ tox==4.23.2
160160
# via
161161
# -r /Users/ned/coverage/trunk/requirements/tox.in
162162
# tox-gh
163-
tox-gh==1.4.4
163+
tox-gh==1.5.0
164164
# via -r /Users/ned/coverage/trunk/requirements/tox.in
165165
twine==6.0.1
166166
# via -r requirements/dev.in
@@ -181,7 +181,7 @@ urwid==2.6.16
181181
# urwid-readline
182182
urwid-readline==0.15.1
183183
# via pudb
184-
virtualenv==20.28.1
184+
virtualenv==20.29.0
185185
# via
186186
# -r /Users/ned/coverage/trunk/requirements/pip.in
187187
# tox
@@ -193,7 +193,7 @@ zipp==3.21.0
193193
# The following packages are considered to be unsafe in a requirements file:
194194
pip==24.3.1
195195
# via -r /Users/ned/coverage/trunk/requirements/pip.in
196-
setuptools==75.6.0
196+
setuptools==75.8.0
197197
# via
198198
# -r /Users/ned/coverage/trunk/requirements/pip.in
199199
# check-manifest

requirements/kit.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ markdown-it-py==3.0.0
4949
# via rich
5050
mdurl==0.1.2
5151
# via markdown-it-py
52-
more-itertools==10.5.0
52+
more-itertools==10.6.0
5353
# via
5454
# jaraco-classes
5555
# jaraco-functools
@@ -68,7 +68,7 @@ platformdirs==4.3.6
6868
# via cibuildwheel
6969
pyelftools==0.31
7070
# via auditwheel
71-
pygments==2.18.0
71+
pygments==2.19.1
7272
# via
7373
# readme-renderer
7474
# rich
@@ -107,5 +107,5 @@ zipp==3.21.0
107107
# via importlib-metadata
108108

109109
# The following packages are considered to be unsafe in a requirements file:
110-
setuptools==75.6.0
110+
setuptools==75.8.0
111111
# 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==7.2
2525
# via gevent
2626

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

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 /Users/ned/coverage/trunk/requirements/pytest.in
19-
hypothesis==6.123.2
19+
hypothesis==6.124.0
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -28,7 +28,7 @@ packaging==24.2
2828
# via pytest
2929
pluggy==1.5.0
3030
# via pytest
31-
pygments==2.18.0
31+
pygments==2.19.1
3232
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
3333
pytest==8.3.4
3434
# via

requirements/pip-tools.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ zipp==3.21.0
3030
# The following packages are considered to be unsafe in a requirements file:
3131
pip==24.3.1
3232
# via pip-tools
33-
setuptools==75.6.0
33+
setuptools==75.8.0
3434
# via pip-tools

requirements/pip.pip

+2-2
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.28.1
13+
virtualenv==20.29.0
1414
# via -r requirements/pip.in
1515

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

requirements/pytest.pip

+2-2
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.123.2
19+
hypothesis==6.124.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
2323
packaging==24.2
2424
# via pytest
2525
pluggy==1.5.0
2626
# via pytest
27-
pygments==2.18.0
27+
pygments==2.19.1
2828
# via -r requirements/pytest.in
2929
pytest==8.3.4
3030
# via

requirements/tox.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ tox==4.23.2
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh
41-
tox-gh==1.4.4
41+
tox-gh==1.5.0
4242
# via -r requirements/tox.in
4343
typing-extensions==4.12.2
4444
# via tox
45-
virtualenv==20.28.1
45+
virtualenv==20.29.0
4646
# via tox

0 commit comments

Comments
 (0)