Skip to content

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