8000 Bump moto-ext to 4.2.5.post2 (#9314) · codeperl/localstack@25d164e · GitHub
[go: up one dir, main page]

Skip to content

Commit 25d164e

Browse files
Bump moto-ext to 4.2.5.post2 (localstack#9314)
1 parent cc1efb8 commit 25d164e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runtime =
8282
# to be removed when https://github.com/python-openapi/openapi-schema-validator/issues/131 is resolved
8383
jsonschema<=4.19.0
8484
localstack-client>=2.0
85-
moto-ext[all]==4.2.4.post1
85+
moto-ext[all]==4.2.5.post2
8686
opensearch-py==2.1.1
8787
pymongo>=4.2.0
8888
pyopenssl>=23.0.0

tests/aws/services/acm/test_acm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_import_certificate(self, aws_client):
3636
aws_client.acm.import_certificate(Certificate=b"CERT123", PrivateKey=b"KEY123")
3737
assert "PEM" in str(exec_info)
3838

39-
private_key = ec2_utils.random_key_pair()["material"]
39+
private_key = ec2_utils.random_rsa_key_pair()["material"]
4040
result = None
4141
try:
4242
result = aws_client.acm.import_certificate(

0 commit comments

Comments
 (0)
0