aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-07 21:15:32 +0000
committerGlandos <bugs-github@antipoul.fr>2021-06-07 23:22:12 +0200
commit7f695ca25a14f63a8c89433db3ee27bfaae61d3b (patch)
treee808a0eafa1b3939ff9527acfc433b186f0361a0 /setup.cfg
parent859aa8fb1e2f0ddd575159187440a51fdd08b3f0 (diff)
downloadihatemoney-mirror-7f695ca25a14f63a8c89433db3ee27bfaae61d3b.zip
ihatemoney-mirror-7f695ca25a14f63a8c89433db3ee27bfaae61d3b.tar.gz
ihatemoney-mirror-7f695ca25a14f63a8c89433db3ee27bfaae61d3b.tar.bz2
Update jinja2 requirement from ~=2.11 to >=2.11,<4.0
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](https://github.com/pallets/jinja/compare/2.11.0...3.0.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 556c9ac..c3ec185 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ install_requires =
WTForms~=2.2.1,<2.3 # See #567
Flask>=1.1,<3.0
itsdangerous>=1.1,<3.0
- 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