Skip to content

Commit

Permalink
Bump moto-ext to 4.2.11.post1 (localstack#9852)
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni authored Dec 18, 2023
1 parent 61e691f commit dd9b2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,11 @@ def update(
]
update_config_props = util.select_attributes(model, parameters_to_select)

# tag handling
# tag handling
new_tags = update_config_props.pop("Tags", {})
self.update_tags(ssm, model, new_tags)

ssm.put_parameter(Overwrite=True, **update_config_props)
ssm.put_parameter(Overwrite=True, Tags=[], **update_config_props)

return ProgressEvent(
status=OperationStatus.SUCCESS,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runtime =
jsonpath-rw>=1.4.0,<2.0.0
# to be removed when https://github.com/python-openapi/openapi-schema-validator/issues/131 is resolved
jsonschema<=4.19.0
moto-ext[all]==4.2.9.post2
moto-ext[all]==4.2.11.post1
opensearch-py>=2.4.1
pymongo>=4.2.0
pyopenssl>=23.0.0
Expand Down

0 comments on commit dd9b2b0

Please sign in to comment.