We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e6439 commit c1c1838Copy full SHA for c1c1838
2 files changed
CHANGELOG.rst
@@ -1,9 +1,12 @@
1
Changelog
2
=========
3
-
4
Unreleased
5
----------
6
+Updated
7
+~~~~~~~
8
+- Jinja2 version >=3.0 to be compatible with the data-processor-service.
9
+
10
Fixed
11
-----
12
- upgraded base docker image to 3.7 to fix nbgitpuller error
setup.py
@@ -76,7 +76,7 @@ def run_tests(self):
76
"requests>=2.0,<3",
77
"pycryptodome==3.9.6",
78
"python-magic>=0.4,<1",
79
- "Jinja2>=2.0,<3",
+ "Jinja2>=3.0,<4",
80
"responses>=0.13.4",
81
],
82
extras_require={
0 commit comments