Skip to content

Commit 33b8e3f

Browse files
Bump moto-ext to 4.2.9.post2 (#9624)
1 parent 313fe28 commit 33b8e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localstack/services/s3/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def from_request_context(
136136
)
137137
except NoSuchKey as ex:
138138
if allow_non_existing_key:
139-
key: FakeKey = FakeKey(key_name, "")
139+
key: FakeKey = FakeKey(key_name, "", request_context.account_id)
140140
else:
141141
raise ex
142142

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runtime =
8080
# to be removed when https://github.com/python-openapi/openapi-schema-validator/issues/131 is resolved
8181
jsonschema<=4.19.0
8282
localstack-client>=2.0
83-
moto-ext[all]==4.2.7.post1
83+
moto-ext[all]==4.2.9.post2
8484
opensearch-py>=2.4.1
8585
pymongo>=4.2.0
8686
pyopenssl>=23.0.0

0 commit comments

Comments
 (0)