Skip to content

Pin jinja2 at 3.0.3 #877

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

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Pin jinja2 at 3.0.3 #877

merged 1 commit into from
Mar 25, 2022

Conversation

krivard
Copy link
Contributor

@krivard krivard commented Mar 25, 2022

Prerequisites:

  • Unless it is a documentation hotfix it should be merged against the dev branch
  • Branch is up-to-date with the branch to be merged with, i.e. dev
  • Build is successful
  • Code is cleaned up and formatted

Summary

jinja2 is a dependency of Flask. The 3.1.0 release of jinja2 on Mar 24, 2022 removes support for the escape submodule, which our version of Flask requires. The next-most-recent version of jinja2 is 3.0.3 (released Nov 9, 2021), so this PR pins our jinja2 version to 3.0.3 to restore the build.

@krivard krivard added the dependencies Pull requests that update a dependency file label Mar 25, 2022
@krivard krivard merged commit 9273d6d into dev Mar 25, 2022
@krivard krivard deleted the krivard/fix-jinja2 branch March 25, 2022 17:25
@krivard krivard mentioned this pull request Apr 7, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant