Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Deprecated Jinja Calls in Report Generation #259

Merged
merged 4 commits into from
Aug 23, 2022
Merged

Conversation

coreyostrove
Copy link
Contributor

This set of commits updates the call signature for some jinja function decorators which were deprecated and removed from the latest releases. Also updates package names and package requirements accordingly.

Corey Ostrove added 4 commits August 22, 2022 12:14
evalcontextfilter was deprecated and has since been removed from the latest version of jinja. Decorator replaced with new equivalent.
Jinja has moved the Markup object to a separate package called MarkupSafe.
Adds MarkupSafe as a requirement for html reports.
@coreyostrove coreyostrove linked an issue Aug 23, 2022 that may be closed by this pull request
Copy link
Contributor

@sserita sserita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@sserita sserita merged commit 249c356 into develop Aug 23, 2022
@sserita sserita deleted the bugfix-jinja branch August 23, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants