diff --git a/poetry.lock b/poetry.lock index c6f84f2be..90f644479 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1220,14 +1220,14 @@ files = [ [[package]] name = "troposphere" -version = "3.1.0" +version = "4.8.3" description = "AWS CloudFormation creation library" category = "main" optional = false -python-versions = ">=3.6.2" +python-versions = ">=3.8" files = [ - {file = "troposphere-3.1.0-py3-none-any.whl", hash = "sha256:ff9462897b7b59a4b7e7ea69d4572aa7afd8256e658daac6c4f0114c3c57e064"}, - {file = "troposphere-3.1.0.tar.gz", hash = "sha256:45506ac737396d940c93eee68694a0f5cfeaba5c1fba2cd9d39335e713d0bacf"}, + {file = "troposphere-4.8.3-py3-none-any.whl", hash = "sha256:9a474aad9eb8daa3459408b20fd2fa536358aceaaf96cafd86492e3a7c4f3a02"}, + {file = "troposphere-4.8.3.tar.gz", hash = "sha256:22d64cc738a3a09ad4f001812049dc77e30a46a3716ba9bd53559ff89964e74d"}, ] [package.dependencies] @@ -1403,4 +1403,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9e6fef1930183696ede4897b8c84814de560506043c643320158e99a4fd1fadb" +content-hash = "288a422105ce27558eeefd61c978fd4ccd73d43b2f684633e7a673978363f4ac" diff --git a/pyproject.toml b/pyproject.toml index e90d13aa3..08556a553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ terminaltables = "==3.1.0" luigi = "3.1.1" cfn-flip = "==1.2.3" networkx = "2.6.3" -troposphere = "3.1.0" +troposphere = "4.8.3" awacs = "2.0.2" jmespath = "^0.10.0" deepdiff = "^5.3.0" diff --git a/servicecatalog_puppet/template_builder/hub/bootstrap.py b/servicecatalog_puppet/template_builder/hub/bootstrap.py index 709151766..548ef542f 100644 --- a/servicecatalog_puppet/template_builder/hub/bootstrap.py +++ b/servicecatalog_puppet/template_builder/hub/bootstrap.py @@ -983,6 +983,8 @@ def get_template( ), ), RestartExecutionOnUpdate=True, + ExecutionMode="QUEUED", + PipelineType="V2", ) )