Skip to content

Commit 9e84b8d

Browse files
Bump moto-ext to 5.1.3.post1 (#12499)
1 parent 2069add commit 9e84b8d

File tree

8 files changed

+10
-7
lines changed

8 files changed

+10
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runtime = [
9292
"json5>=0.9.11",
9393
"jsonpath-ng>=1.6.1",
9494
"jsonpath-rw>=1.4.0",
95-
"moto-ext[all]==5.1.1.post2",
95+
"moto-ext[all]==5.1.3.post1",
9696
"opensearch-py>=2.4.1",
9797
"pymongo>=4.2.0",
9898
"pyopenssl>=23.0.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ mdurl==0.1.2
250250
# via markdown-it-py
251251
more-itertools==10.6.0
252252
# via openapi-core
253-
moto-ext==5.1.1.post2
253+
moto-ext==5.1.3.post1
254254
# via localstack-core
255255
mpmath==1.3.0
256256
# via sympy

requirements-runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ mdurl==0.1.2
188188
# via markdown-it-py
189189
more-itertools==10.6.0
190190
# via openapi-core
191-
moto-ext==5.1.1.post2
191+
moto-ext==5.1.3.post1
192192
# via localstack-core (pyproject.toml)
193193
mpmath==1.3.0
194194
# via sympy

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ mdurl==0.1.2
234234
# via markdown-it-py
235235
more-itertools==10.6.0
236236
# via openapi-core
237-
moto-ext==5.1.1.post2
237+
moto-ext==5.1.3.post1
238238
# via localstack-core
239239
mpmath==1.3.0
240240
# via sympy

requirements-typehint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ mdurl==0.1.2
254254
# via markdown-it-py
255255
more-itertools==10.6.0
256256
# via openapi-core
257-
moto-ext==5.1.1.post2
257+
moto-ext==5.1.3.post1
258258
# via localstack-core
259259
mpmath==1.3.0
260260
# via sympy

tests/aws/services/cloudformation/resources/test_ec2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def test_dhcp_options(aws_client, deploy_cfn_template, snapshot):
155155
"$..Tags",
156156
"$..Options.AssociationDefaultRouteTableId",
157157
"$..Options.PropagationDefaultRouteTableId",
158+
"$..Options.TransitGatewayCidrBlocks", # an empty list returned by Moto but not by AWS
159+
"$..Options.SecurityGroupReferencingSupport", # not supported by Moto
158160
]
159161
)
160162
def test_transit_gateway_attachment(deploy_cfn_template, aws_client, snapshot):

tests/aws/services/cloudformation/resources/test_ec2.snapshot.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
},
9393
"tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment": {
94-
"recorded-date": "28-03-2024, 06:48:11",
94+
"recorded-date": "08-04-2025, 10:51:02",
9595
"recorded-content": {
9696
"attachment": {
9797
"Association": {
@@ -125,6 +125,7 @@
125125
"DnsSupport": "enable",
126126
"MulticastSupport": "disable",
127127
"PropagationDefaultRouteTableId": "<transit-gateway-route-table-id:1>",
128+
"SecurityGroupReferencingSupport": "disable",
128129
"VpnEcmpSupport": "enable"
129130
},
130131
"OwnerId": "111111111111",

tests/aws/services/cloudformation/resources/test_ec2.validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"last_validated_date": "2024-07-01T20:10:52+00:00"
2525
},
2626
"tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment": {
27-
"last_validated_date": "2024-03-28T06:48:11+00:00"
27+
"last_validated_date": "2025-04-08T10:51:02+00:00"
2828
},
2929
"tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg": {
3030
"last_validated_date": "2024-04-01T11:21:54+00:00"

0 commit comments

Comments
 (0)