Skip to content

Commit

Permalink
Update jinja2 requirement from ~=2.11 to >=2.11,<4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.11.0...3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 22, 2021
1 parent 0e6d0d6 commit 528a647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
WTForms~=2.2.1,<2.3 # See #567
Flask~=1.1
itsdangerous~=1.1
Jinja2~=2.11
Jinja2>=2.11,<4.0
requests~=2.22
SQLAlchemy-Continuum~=1.3
SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728
Expand Down

0 comments on commit 528a647

Please sign in to comment.