aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
316 stars 158 forks source link

fix(jinja2): upgrade jinja2 and markupsafe #943

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #940 Closes #938 Closes #899 Closes #864

Jinja2 upgraded away from setuptools and pkg_resources, this caused a slight change in PackageLoader. Updated Jinja2 template syntax and PackageLoader in contract/hooks_client to compensate and unpin Jinja2 and MarkupSafe.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.