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

Commit fe9daa5

Browse files
authored
upgrade aws-sam-translator (#13490)
1 parent 43e8074 commit fe9daa5

File tree

5 files changed

+17
-24
lines changed

5 files changed

+17
-24
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ runtime = [
8787
# antlr4-python3-runtime: exact pin because antlr4 runtime is tightly coupled to the generated parser code
8888
"antlr4-python3-runtime==4.13.2",
8989
"apispec>=5.1.1",
90-
"aws-sam-translator>=1.15.1",
90+
# pinning it to a higher version than what moto-ext requires
91+
"aws-sam-translator>=1.105.0",
9192
"crontab>=0.22.6",
9293
"cryptography>=41.0.5",
9394
"jinja2>=3.1.6",

requirements-dev.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ aws-cdk-cloud-assembly-schema==48.20.0
3737
# via aws-cdk-lib
3838
aws-cdk-lib==2.232.1
3939
# via localstack-core
40-
aws-sam-translator==1.103.0
40+
aws-sam-translator==1.105.0
4141
# via
4242
# cfn-lint
4343
# localstack-core
44-
# moto-ext
4544
aws-xray-sdk==2.15.0
4645
# via moto-ext
4746
awscli==1.43.10
@@ -81,7 +80,7 @@ cffi==2.0.0
8180
# via cryptography
8281
cfgv==3.5.0
8382
# via pre-commit
84-
cfn-lint==1.41.0
83+
cfn-lint==1.42.1
8584
# via moto-ext
8685
charset-normalizer==3.4.4
8786
# via requests
@@ -201,7 +200,7 @@ joserfc==1.5.0
201200
# via moto-ext
202201
jpype1==1.6.0
203202
# via localstack-core
204-
jsii==1.120.0
203+
jsii==1.121.0
205204
# via
206205
# aws-cdk-asset-awscli-v1
207206
# aws-cdk-asset-node-proxy-agent-v6
@@ -354,11 +353,10 @@ pyasn1==0.6.1
354353
# via rsa
355354
pycparser==2.23
356355
# via cffi
357-
pydantic==2.12.4
356+
pydantic==2.12.5
358357
# via
359358
# aws-sam-translator
360359
# localstack-core
361-
# moto-ext
362360
pydantic-core==2.41.5
363361
# via pydantic
364362
pygments==2.19.2

requirements-runtime.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ attrs==25.4.0
2525
# jsonschema
2626
# localstack-twisted
2727
# referencing
28-
aws-sam-translator==1.103.0
28+
aws-sam-translator==1.105.0
2929
# via
3030
# cfn-lint
3131
# localstack-core (pyproject.toml)
32-
# moto-ext
3332
aws-xray-sdk==2.15.0
3433
# via moto-ext
3534
awscli==1.43.10
@@ -63,7 +62,7 @@ certifi==2025.11.12
6362
# requests
6463
cffi==2.0.0
6564
# via cryptography
66-
cfn-lint==1.41.0
65+
cfn-lint==1.42.1
6766
# via moto-ext
6867
charset-normalizer==3.4.4
6968
# via requests
@@ -249,11 +248,10 @@ pyasn1==0.6.1
249248
# via rsa
250249
pycparser==2.23
251250
# via cffi
252-
pydantic==2.12.4
251+
pydantic==2.12.5
253252
# via
254253
# aws-sam-translator
255254
# localstack-core (pyproject.toml)
256-
# moto-ext
257255
pydantic-core==2.41.5
258256
# via pydantic
259257
pygments==2.19.2

requirements-test.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ aws-cdk-cloud-assembly-schema==48.20.0
3737
# via aws-cdk-lib
3838
aws-cdk-lib==2.232.1
3939
# via localstack-core (pyproject.toml)
40-
aws-sam-translator==1.103.0
40+
aws-sam-translator==1.105.0
4141
# via
4242
# cfn-lint
4343
# localstack-core
44-
# moto-ext
4544
aws-xray-sdk==2.15.0
4645
# via moto-ext
4746
awscli==1.43.10
@@ -79,7 +78,7 @@ certifi==2025.11.12
7978
# requests
8079
cffi==2.0.0
8180
# via cryptography
82-
cfn-lint==1.41.0
81+
cfn-lint==1.42.1
8382
# via moto-ext
8483
charset-normalizer==3.4.4
8584
# via requests
@@ -182,7 +181,7 @@ joserfc==1.5.0
182181
# via moto-ext
183182
jpype1==1.6.0
184183
# via localstack-core
185-
jsii==1.120.0
184+
jsii==1.121.0
186185
# via
187186
# aws-cdk-asset-awscli-v1
188187
# aws-cdk-asset-node-proxy-agent-v6
@@ -311,11 +310,10 @@ pyasn1==0.6.1
311310
# via rsa
312311
pycparser==2.23
313312
# via cffi
314-
pydantic==2.12.4
313+
pydantic==2.12.5
315314
# via
316315
# aws-sam-translator
317316
# localstack-core
318-
# moto-ext
319317
pydantic-core==2.41.5
320318
# via pydantic
321319
pygments==2.19.2

requirements-typehint.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ aws-cdk-cloud-assembly-schema==48.20.0
3737
# via aws-cdk-lib
3838
aws-cdk-lib==2.232.1
3939
# via localstack-core
40-
aws-sam-translator==1.103.0
40+
aws-sam-translator==1.105.0
4141
# via
4242
# cfn-lint
4343
# localstack-core
44-
# moto-ext
4544
aws-xray-sdk==2.15.0
4645
# via moto-ext
4746
awscli==1.43.10
@@ -85,7 +84,7 @@ cffi==2.0.0
8584
# via cryptography
8685
cfgv==3.5.0
8786
# via pre-commit
88-
cfn-lint==1.41.0
87+
cfn-lint==1.42.1
8988
# via moto-ext
9089
charset-normalizer==3.4.4
9190
# via requests
@@ -205,7 +204,7 @@ joserfc==1.5.0
205204
# via moto-ext
206205
jpype1==1.6.0
207206
# via localstack-core
208-
jsii==1.120.0
207+
jsii==1.121.0
209208
# via
210209
# aws-cdk-asset-awscli-v1
211210
# aws-cdk-asset-node-proxy-agent-v6
@@ -558,11 +557,10 @@ pyasn1==0.6.1
558557
# via rsa
559558
pycparser==2.23
560559
# via cffi
561-
pydantic==2.12.4
560+
pydantic==2.12.5
562561
# via
563562
# aws-sam-translator
564563
# localstack-core
565-
# moto-ext
566564
pydantic-core==2.41.5
567565
# via pydantic
568566
pygments==2.19.2

0 commit comments

Comments
 (0)