Skip to content

Commit ae8d3b9

Browse files
committed
chore: make upgrade
1 parent 156981f commit ae8d3b9

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

requirements/dev.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
astroid==3.3.8
88
# via pylint
9-
attrs==24.3.0
9+
attrs==25.1.0
1010
# via hypothesis
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
1313
build==1.2.2.post1
1414
# via check-manifest
1515
cachetools==5.5.1
1616
# via tox
17-
certifi==2024.12.14
17+
certifi==2025.1.31
1818
# via requests
1919
chardet==5.2.0
2020
# via tox
@@ -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.124.2
52+
hypothesis==6.125.1
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
id==1.5.0
5555
# via twine
@@ -62,7 +62,7 @@ importlib-metadata==8.6.1
6262
# twine
6363
iniconfig==2.0.0
6464
# via pytest
65-
isort==5.13.2
65+
isort==6.0.0
6666
# via pylint
6767
jaraco-classes==3.4.0
6868
# via keyring
@@ -115,7 +115,7 @@ pygments==2.19.1
115115
# pudb
116116
# readme-renderer
117117
# rich
118-
pylint==3.3.3
118+
pylint==3.3.4
119119
# via -r requirements/dev.in
120120
pyproject-api==1.9.0
121121
# via tox
@@ -193,7 +193,7 @@ zipp==3.21.0
193193
# via importlib-metadata
194194

195195
# The following packages are considered to be unsafe in a requirements file:
196-
pip==24.3.1
196+
pip==25.0
197197
# via -r /Users/ned/coverage/trunk/requirements/pip.in
198198
setuptools==75.8.0
199199
# via

requirements/kit.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bracex==2.5.post1
1414
# via cibuildwheel
1515
build==1.2.2.post1
1616
# via -r requirements/kit.in
17-
certifi==2024.12.14
17+
certifi==2025.1.31
1818
# via
1919
# cibuildwheel
2020
# requests

requirements/light-threads.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cffi==1.17.1
88
# via -r requirements/light-threads.in
99
dnspython==2.7.0
1010
# via eventlet
11-
eventlet==0.38.2
11+
eventlet==0.39.0
1212
# via -r requirements/light-threads.in
1313
gevent==24.11.1
1414
# via -r requirements/light-threads.in

requirements/mypy.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
attrs==24.3.0
7+
attrs==25.1.0
88
# via hypothesis
99
colorama==0.4.6
1010
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
@@ -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.124.2
19+
hypothesis==6.125.1
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/pip-tools.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.3.1
31+
pip==25.0
3232
# via pip-tools
3333
setuptools==75.8.0
3434
# via pip-tools

requirements/pip.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ virtualenv==20.28.1
1616
# -r requirements/pip.in
1717

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

requirements/pytest.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
attrs==24.3.0
7+
attrs==25.1.0
88
# via hypothesis
99
colorama==0.4.6
1010
# via -r requirements/pytest.in
@@ -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.124.2
19+
hypothesis==6.125.1
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

0 commit comments

Comments
 (0)