Skip to content

Commit 4048984

Browse files
chore: Upgrade Python requirements
1 parent 8a13a20 commit 4048984

6 files changed

Lines changed: 29 additions & 29 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.40.21
7+
boto3==1.40.25
88
# via smart-open
9-
botocore==1.40.21
9+
botocore==1.40.25
1010
# via
1111
# boto3
1212
# s3transfer

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.29.0
31+
tox==4.30.2
3232
# via -r requirements/ci.in
3333
virtualenv==20.34.0
3434
# via tox

requirements/dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ backports-tarfile==1.2.0
1313
# via
1414
# -r requirements/quality.txt
1515
# jaraco-context
16-
boto3==1.40.21
16+
boto3==1.40.25
1717
# via
1818
# -r requirements/quality.txt
1919
# smart-open
20-
botocore==1.40.21
20+
botocore==1.40.25
2121
# via
2222
# -r requirements/quality.txt
2323
# boto3
@@ -76,7 +76,7 @@ coverage[toml]==7.10.6
7676
# via
7777
# -r requirements/quality.txt
7878
# pytest-cov
79-
cryptography==45.0.6
79+
cryptography==45.0.7
8080
# via
8181
# -r requirements/quality.txt
8282
# secretstorage
@@ -172,7 +172,7 @@ mdurl==0.1.2
172172
# via
173173
# -r requirements/quality.txt
174174
# markdown-it-py
175-
more-itertools==10.7.0
175+
more-itertools==10.8.0
176176
# via
177177
# -r requirements/quality.txt
178178
# jaraco-classes
@@ -264,14 +264,14 @@ pyproject-hooks==1.2.0
264264
# -r requirements/pip-tools.txt
265265
# build
266266
# pip-tools
267-
pytest==8.4.1
267+
pytest==8.4.2
268268
# via
269269
# -r requirements/quality.txt
270270
# pytest-asyncio
271271
# pytest-cov
272272
pytest-asyncio==1.1.0
273273
# via -r requirements/quality.txt
274-
pytest-cov==6.2.1
274+
pytest-cov==6.3.0
275275
# via -r requirements/quality.txt
276276
python-dateutil==2.9.0.post0
277277
# via
@@ -344,9 +344,9 @@ tomlkit==0.13.3
344344
# via
345345
# -r requirements/quality.txt
346346
# pylint
347-
tox==4.29.0
347+
tox==4.30.2
348348
# via -r requirements/ci.txt
349-
twine==6.1.0
349+
twine==6.2.0
350350
# via -r requirements/quality.txt
351351
tzdata==2025.2
352352
# via

requirements/doc.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ backports-tarfile==1.2.0
1616
# via jaraco-context
1717
beautifulsoup4==4.13.5
1818
# via pydata-sphinx-theme
19-
boto3==1.40.21
19+
boto3==1.40.25
2020
# via
2121
# -r requirements/test.txt
2222
# smart-open
23-
botocore==1.40.21
23+
botocore==1.40.25
2424
# via
2525
# -r requirements/test.txt
2626
# boto3
@@ -48,7 +48,7 @@ coverage[toml]==7.10.6
4848
# via
4949
# -r requirements/test.txt
5050
# pytest-cov
51-
cryptography==45.0.6
51+
cryptography==45.0.7
5252
# via secretstorage
5353
docutils==0.21.2
5454
# via
@@ -98,7 +98,7 @@ markupsafe==3.0.2
9898
# via jinja2
9999
mdurl==0.1.2
100100
# via markdown-it-py
101-
more-itertools==10.7.0
101+
more-itertools==10.8.0
102102
# via
103103
# jaraco-classes
104104
# jaraco-functools
@@ -144,14 +144,14 @@ pygments==2.19.2
144144
# sphinx
145145
pyproject-hooks==1.2.0
146146
# via build
147-
pytest==8.4.1
147+
pytest==8.4.2
148148
# via
149149
# -r requirements/test.txt
150150
# pytest-asyncio
151151
# pytest-cov
152152
pytest-asyncio==1.1.0
153153
# via -r requirements/test.txt
154-
pytest-cov==6.2.1
154+
pytest-cov==6.3.0
155155
# via -r requirements/test.txt
156156
python-dateutil==2.9.0.post0
157157
# via
@@ -217,7 +217,7 @@ sphinxcontrib-qthelp==2.0.0
217217
# via sphinx
218218
sphinxcontrib-serializinghtml==2.0.0
219219
# via sphinx
220-
twine==6.1.0
220+
twine==6.2.0
221221
# via -r requirements/doc.in
222222
typing-extensions==4.15.0
223223
# via

requirements/quality.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ astroid==3.3.11
1010
# pylint-celery
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
13-
boto3==1.40.21
13+
boto3==1.40.25
1414
# via
1515
# -r requirements/test.txt
1616
# smart-open
17-
botocore==1.40.21
17+
botocore==1.40.25
1818
# via
1919
# -r requirements/test.txt
2020
# boto3
@@ -48,7 +48,7 @@ coverage[toml]==7.10.6
4848
# via
4949
# -r requirements/test.txt
5050
# pytest-cov
51-
cryptography==45.0.6
51+
cryptography==45.0.7
5252
# via secretstorage
5353
dill==0.4.0
5454
# via pylint
@@ -103,7 +103,7 @@ mccabe==0.7.0
103103
# via pylint
104104
mdurl==0.1.2
105105
# via markdown-it-py
106-
more-itertools==10.7.0
106+
more-itertools==10.8.0
107107
# via
108108
# jaraco-classes
109109
# jaraco-functools
@@ -159,14 +159,14 @@ pylint-plugin-utils==0.9.0
159159
# via
160160
# pylint-celery
161161
# pylint-django
162-
pytest==8.4.1
162+
pytest==8.4.2
163163
# via
164164
# -r requirements/test.txt
165165
# pytest-asyncio
166166
# pytest-cov
167167
pytest-asyncio==1.1.0
168168
# via -r requirements/test.txt
169-
pytest-cov==6.2.1
169+
pytest-cov==6.3.0
170170
# via -r requirements/test.txt
171171
python-dateutil==2.9.0.post0
172172
# via
@@ -219,7 +219,7 @@ text-unidecode==1.3
219219
# via python-slugify
220220
tomlkit==0.13.3
221221
# via pylint
222-
twine==6.1.0
222+
twine==6.2.0
223223
# via -r requirements/quality.in
224224
tzdata==2025.2
225225
# via

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.40.21
7+
boto3==1.40.25
88
# via
99
# -r requirements/base.txt
1010
# smart-open
11-
botocore==1.40.21
11+
botocore==1.40.25
1212
# via
1313
# -r requirements/base.txt
1414
# boto3
@@ -65,13 +65,13 @@ pyarrow==21.0.0
6565
# chdb
6666
pygments==2.19.2
6767
# via pytest
68-
pytest==8.4.1
68+
pytest==8.4.2
6969
# via
7070
# pytest-asyncio
7171
# pytest-cov
7272
pytest-asyncio==1.1.0
7373
# via -r requirements/test.in
74-
pytest-cov==6.2.1
74+
pytest-cov==6.3.0
7575
# via -r requirements/test.in
7676
python-dateutil==2.9.0.post0
7777
# via

0 commit comments

Comments
 (0)