Skip to content

Commit c1c1838

Browse files
bump Jinja2 version (#217)
* bump Jinja2 version >3, < 4
1 parent 67e6439 commit c1c1838

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Changelog
22
=========
3-
43
Unreleased
54
----------
65

6+
Updated
7+
~~~~~~~
8+
- Jinja2 version >=3.0 to be compatible with the data-processor-service.
9+
710
Fixed
811
-----
912
- upgraded base docker image to 3.7 to fix nbgitpuller error

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run_tests(self):
7676
"requests>=2.0,<3",
7777
"pycryptodome==3.9.6",
7878
"python-magic>=0.4,<1",
79-
"Jinja2>=2.0,<3",
79+
"Jinja2>=3.0,<4",
8080
"responses>=0.13.4",
8181
],
8282
extras_require={

0 commit comments

Comments
 (0)