Skip to content

Commit 1961241

Browse files
committed
chore: make upgrade
1 parent 9793270 commit 1961241

File tree

6 files changed

+21
-19
lines changed

6 files changed

+21
-19
lines changed

requirements/dev.pip

+9-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ backports-tarfile==1.2.0
1212
# via jaraco-context
1313
build==1.2.2.post1
1414
# via check-manifest
15-
cachetools==5.5.0
15+
cachetools==5.5.1
1616
# via tox
1717
certifi==2024.12.14
1818
# via requests
@@ -41,16 +41,18 @@ exceptiongroup==1.2.2
4141
# pytest
4242
execnet==2.1.1
4343
# via pytest-xdist
44-
filelock==3.16.1
44+
filelock==3.17.0
4545
# via
4646
# tox
4747
# virtualenv
4848
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.1
52+
hypothesis==6.124.2
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
54+
id==1.5.0
55+
# via twine
5456
idna==3.10
5557
# via requests
5658
importlib-metadata==8.6.1
@@ -96,8 +98,6 @@ packaging==24.2
9698
# twine
9799
parso==0.8.4
98100
# via jedi
99-
pkginfo==1.12.0
100-
# via twine
101101
platformdirs==4.3.6
102102
# via
103103
# pylint
@@ -117,7 +117,7 @@ pygments==2.19.1
117117
# rich
118118
pylint==3.3.3
119119
# via -r requirements/dev.in
120-
pyproject-api==1.8.0
120+
pyproject-api==1.9.0
121121
# via tox
122122
pyproject-hooks==1.2.0
123123
# via build
@@ -134,6 +134,7 @@ readme-renderer==44.0
134134
requests==2.32.3
135135
# via
136136
# -r requirements/dev.in
137+
# id
137138
# requests-toolbelt
138139
# twine
139140
requests-toolbelt==1.0.0
@@ -156,13 +157,13 @@ tomli==2.2.1
156157
# tox
157158
tomlkit==0.13.2
158159
# via pylint
159-
tox==4.23.2
160+
tox==4.24.1
160161
# via
161162
# -r /Users/ned/coverage/trunk/requirements/tox.in
162163
# tox-gh
163164
tox-gh==1.5.0
164165
# via -r /Users/ned/coverage/trunk/requirements/tox.in
165-
twine==6.0.1
166+
twine==6.1.0
166167
# via -r requirements/dev.in
167168
typing-extensions==4.12.2
168169
# via

requirements/kit.pip

+5-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ dependency-groups==1.3.0
2828
# via cibuildwheel
2929
docutils==0.21.2
3030
# via readme-renderer
31-
filelock==3.16.1
31+
filelock==3.17.0
3232
# via cibuildwheel
33+
id==1.5.0
34+
# via twine
3335
idna==3.10
3436
# via requests
3537
importlib-metadata==8.6.1
@@ -62,8 +64,6 @@ packaging==24.2
6264
# cibuildwheel
6365
# dependency-groups
6466
# twine
65-
pkginfo==1.12.0
66-
# via twine
6767
platformdirs==4.3.6
6868
# via cibuildwheel
6969
pyelftools==0.31
@@ -78,6 +78,7 @@ readme-renderer==44.0
7878
# via twine
7979
requests==2.32.3
8080
# via
81+
# id
8182
# requests-toolbelt
8283
# twine
8384
requests-toolbelt==1.0.0
@@ -91,7 +92,7 @@ tomli==2.2.1
9192
# build
9293
# cibuildwheel
9394
# dependency-groups
94-
twine==6.0.1
95+
twine==6.1.0
9596
# via -r requirements/kit.in
9697
typing-extensions==4.12.2
9798
# via

requirements/mypy.pip

+1-1
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.124.1
19+
hypothesis==6.124.2
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/pip.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
distlib==0.3.9
88
# via virtualenv
9-
filelock==3.16.1
9+
filelock==3.17.0
1010
# via virtualenv
1111
platformdirs==4.3.6
1212
# via virtualenv

requirements/pytest.pip

+1-1
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.124.1
19+
hypothesis==6.124.2
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/tox.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
cachetools==5.5.0
7+
cachetools==5.5.1
88
# via tox
99
chardet==5.2.0
1010
# via tox
@@ -14,7 +14,7 @@ colorama==0.4.6
1414
# tox
1515
distlib==0.3.9
1616
# via virtualenv
17-
filelock==3.16.1
17+
filelock==3.17.0
1818
# via
1919
# tox
2020
# virtualenv
@@ -28,13 +28,13 @@ platformdirs==4.3.6
2828
# virtualenv
2929
pluggy==1.5.0
3030
# via tox
31-
pyproject-api==1.8.0
31+
pyproject-api==1.9.0
3232
# via tox
3333
tomli==2.2.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.23.2
37+
tox==4.24.1
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh

0 commit comments

Comments
 (0)