Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 3a32d76

Browse files
Upgrade pinned Python dependencies (#11926)
Co-authored-by: LocalStack Bot <[email protected]>
1 parent 4ff3829 commit 3a32d76

File tree

6 files changed

+81
-81
lines changed

6 files changed

+81
-81
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.7.4
6+
rev: v0.8.0
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]

requirements-base-runtime.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ attrs==24.2.0
99
# jsonschema
1010
# localstack-twisted
1111
# referencing
12-
awscrt==0.23.0
12+
awscrt==0.23.1
1313
# via localstack-core (pyproject.toml)
1414
boto3==1.35.68
1515
# via localstack-core (pyproject.toml)
@@ -170,7 +170,7 @@ rpds-py==0.21.0
170170
# via
171171
# jsonschema
172172
# referencing
173-
s3transfer==0.10.3
173+
s3transfer==0.10.4
174174
# via boto3
175175
semver==3.0.2
176176
# via localstack-core (pyproject.toml)

requirements-dev.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ attrs==24.2.0
2727
# jsonschema
2828
# localstack-twisted
2929
# referencing
30-
aws-cdk-asset-awscli-v1==2.2.212
30+
aws-cdk-asset-awscli-v1==2.2.213
3131
# via aws-cdk-lib
3232
aws-cdk-asset-kubectl-v20==2.1.3
3333
# via aws-cdk-lib
3434
aws-cdk-asset-node-proxy-agent-v6==2.1.0
3535
# via aws-cdk-lib
3636
aws-cdk-cloud-assembly-schema==38.0.1
3737
# via aws-cdk-lib
38-
aws-cdk-lib==2.167.1
38+
aws-cdk-lib==2.171.0
3939
# via localstack-core
40-
aws-sam-translator==1.92.0
40+
aws-sam-translator==1.94.0
4141
# via
4242
# cfn-lint
4343
# localstack-core
4444
aws-xray-sdk==2.14.0
4545
# via moto-ext
4646
awscli==1.36.9
4747
# via localstack-core
48-
awscrt==0.23.0
48+
awscrt==0.23.1
4949
# via localstack-core
5050
boto3==1.35.68
5151
# via
@@ -99,7 +99,7 @@ constantly==23.10.4
9999
# via localstack-twisted
100100
constructs==10.4.2
101101
# via aws-cdk-lib
102-
coverage==7.6.7
102+
coverage==7.6.8
103103
# via
104104
# coveralls
105105
# localstack-core
@@ -173,7 +173,7 @@ hyperframe==6.0.1
173173
# via h2
174174
hyperlink==21.0.0
175175
# via localstack-twisted
176-
identify==2.6.2
176+
identify==2.6.3
177177
# via pre-commit
178178
idna==3.10
179179
# via
@@ -198,7 +198,7 @@ jmespath==1.0.1
198198
# botocore
199199
joserfc==1.0.0
200200
# via moto-ext
201-
jpype1-ext==0.0.1
201+
jpype1-ext==0.0.2
202202
# via localstack-core
203203
jsii==1.105.0
204204
# via
@@ -338,9 +338,9 @@ pyasn1==0.6.1
338338
# via rsa
339339
pycparser==2.22
340340
# via cffi
341-
pydantic==2.9.2
341+
pydantic==2.10.1
342342
# via aws-sam-translator
343-
pydantic-core==2.23.4
343+
pydantic-core==2.27.1
344344
# via pydantic
345345
pygments==2.18.0
346346
# via rich
@@ -364,7 +364,7 @@ pytest==8.3.3
364364
# pytest-tinybird
365365
pytest-httpserver==1.1.0
366366
# via localstack-core
367-
pytest-rerunfailures==14.0
367+
pytest-rerunfailures==15.0
368368
# via localstack-core
369369
pytest-split==0.10.0
370370
# via localstack-core
@@ -433,9 +433,9 @@ rsa==4.7.2
433433
# via awscli
434434
rstr==3.2.2
435435
# via localstack-core (pyproject.toml)
436-
ruff==0.7.4
436+
ruff==0.8.0
437437
# via localstack-core (pyproject.toml)
438-
s3transfer==0.10.3
438+
s3transfer==0.10.4
439439
# via
440440
# awscli
441441
# boto3
@@ -485,7 +485,7 @@ urllib3==2.2.3
485485
# opensearch-py
486486
# requests
487487
# responses
488-
virtualenv==20.27.1
488+
virtualenv==20.28.0
489489
# via pre-commit
490490
websocket-client==1.8.0
491491
# via localstack-core
@@ -496,7 +496,7 @@ werkzeug==3.1.3
496496
# openapi-core
497497
# pytest-httpserver
498498
# rolo
499-
wrapt==1.16.0
499+
wrapt==1.17.0
500500
# via aws-xray-sdk
501501
wsproto==1.2.0
502502
# via hypercorn

requirements-runtime.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ attrs==24.2.0
2323
# jsonschema
2424
# localstack-twisted
2525
# referencing
26-
aws-sam-translator==1.92.0
26+
aws-sam-translator==1.94.0
2727
# via
2828
# cfn-lint
2929
# localstack-core (pyproject.toml)
3030
aws-xray-sdk==2.14.0
3131
# via moto-ext
3232
awscli==1.36.9
3333
# via localstack-core (pyproject.toml)
34-
awscrt==0.23.0
34+
awscrt==0.23.1
3535
# via localstack-core
3636
boto3==1.35.68
3737
# via
@@ -143,7 +143,7 @@ jmespath==1.0.1
143143
# botocore
144144
joserfc==1.0.0
145145
# via moto-ext
146-
jpype1-ext==0.0.1
146+
jpype1-ext==0.0.2
147147
# via localstack-core (pyproject.toml)
148148
json5==0.9.28
149149
# via localstack-core (pyproject.toml)
@@ -241,9 +241,9 @@ pyasn1==0.6.1
241241
# via rsa
242242
pycparser==2.22
243243
# via cffi
244-
pydantic==2.9.2
244+
pydantic==2.10.1
245245
# via aws-sam-translator
246-
pydantic-core==2.23.4
246+
pydantic-core==2.27.1
247247
# via pydantic
248248
pygments==2.18.0
249249
# via rich
@@ -315,7 +315,7 @@ rpds-py==0.21.0
315315
# referencing
316316
rsa==4.7.2
317317
# via awscli
318-
s3transfer==0.10.3
318+
s3transfer==0.10.4
319319
# via
320320
# awscli
321321
# boto3
@@ -357,7 +357,7 @@ werkzeug==3.1.3
357357
# moto-ext
358358
# openapi-core
359359
# rolo
360-
wrapt==1.16.0
360+
wrapt==1.17.0
361361
# via aws-xray-sdk
362362
wsproto==1.2.0
363363
# via hypercorn

requirements-test.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ attrs==24.2.0
2727
# jsonschema
2828
# localstack-twisted
2929
# referencing
30-
aws-cdk-asset-awscli-v1==2.2.212
30+
aws-cdk-asset-awscli-v1==2.2.213
3131
# via aws-cdk-lib
3232
aws-cdk-asset-kubectl-v20==2.1.3
3333
# via aws-cdk-lib
3434
aws-cdk-asset-node-proxy-agent-v6==2.1.0
3535
# via aws-cdk-lib
3636
aws-cdk-cloud-assembly-schema==38.0.1
3737
# via aws-cdk-lib
38-
aws-cdk-lib==2.167.1
38+
aws-cdk-lib==2.171.0
3939
# via localstack-core (pyproject.toml)
40-
aws-sam-translator==1.92.0
40+
aws-sam-translator==1.94.0
4141
# via
4242
# cfn-lint
4343
# localstack-core
4444
aws-xray-sdk==2.14.0
4545
# via moto-ext
4646
awscli==1.36.9
4747
# via localstack-core
48-
awscrt==0.23.0
48+
awscrt==0.23.1
4949
# via localstack-core
5050
boto3==1.35.68
5151
# via
@@ -97,7 +97,7 @@ constantly==23.10.4
9797
# via localstack-twisted
9898
constructs==10.4.2
9999
# via aws-cdk-lib
100-
coverage==7.6.7
100+
coverage==7.6.8
101101
# via localstack-core (pyproject.toml)
102102
crontab==1.0.1
103103
# via localstack-core
@@ -182,7 +182,7 @@ jmespath==1.0.1
182182
# botocore
183183
joserfc==1.0.0
184184
# via moto-ext
185-
jpype1-ext==0.0.1
185+
jpype1-ext==0.0.2
186186
# via localstack-core
187187
jsii==1.105.0
188188
# via
@@ -308,9 +308,9 @@ pyasn1==0.6.1
308308
# via rsa
309309
pycparser==2.22
310310
# via cffi
311-
pydantic==2.9.2
311+
pydantic==2.10.1
312312
# via aws-sam-translator
313-
pydantic-core==2.23.4
313+
pydantic-core==2.27.1
314314
# via pydantic
315315
pygments==2.18.0
316316
# via rich
@@ -332,7 +332,7 @@ pytest==8.3.3
332332
# pytest-tinybird
333333
pytest-httpserver==1.1.0
334334
# via localstack-core (pyproject.toml)
335-
pytest-rerunfailures==14.0
335+
pytest-rerunfailures==15.0
336336
# via localstack-core (pyproject.toml)
337337
pytest-split==0.10.0
338338
# via localstack-core (pyproject.toml)
@@ -397,7 +397,7 @@ rpds-py==0.21.0
397397
# referencing
398398
rsa==4.7.2
399399
# via awscli
400-
s3transfer==0.10.3
400+
s3transfer==0.10.4
401401
# via
402402
# awscli
403403
# boto3
@@ -456,7 +456,7 @@ werkzeug==3.1.3
456456
# openapi-core
457457
# pytest-httpserver
458458
# rolo
459-
wrapt==1.16.0
459+
wrapt==1.17.0
460460
# via aws-xray-sdk
461461
wsproto==1.2.0
462462
# via hypercorn

0 commit comments

Comments
 (0)