Skip to content

Commit 152b60d

Browse files
committed
Relax version spec for jinja2
As discussed in #622
1 parent a29ce6a commit 152b60d

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

poetry.lock

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
python = "^3.6.2"
1919
dataclasses = { version = "^0.7", python=">=3.6,<3.7" }
2020
textx = "2.3.0"
21-
jinja2 = "^2.11.2"
21+
jinja2 = ">=2.11.2,<4.0"
2222
docutils = "^0.16"
2323
XlsxWriter = "^1.3.7"
2424
python-datauri = "^0.2.9"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jinja2==2.11.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (
2828
lazy-object-proxy==1.7.1; python_version >= "3.6" and python_version < "4.0"
2929
lit==0.11.0.post1
3030
lxml==4.8.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
31-
markupsafe==2.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
31+
markupsafe==2.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5")
3232
mccabe==0.6.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
3333
mypy-extensions==0.4.3; python_version >= "3.5" and python_full_version >= "3.6.2"
3434
mypy==0.910; python_version >= "3.5"
@@ -69,4 +69,4 @@ urllib3==1.26.8; python_version >= "3.5" and python_full_version < "3.0.0" or py
6969
webencodings==0.5.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
7070
wrapt==1.13.3; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.5.0"
7171
xlsxwriter==1.4.5
72-
zipp==3.6.0; python_version < "3.8" and python_version >= "3.6"
72+
zipp==3.6.0; python_version < "3.8" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.6")

0 commit comments

Comments
 (0)