mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Increase Jinja version minimum to 2.11+
This newer version slightly changes rendered output; upgrading our dependency means our functional test output will match it more consistently.
This commit is contained in:
parent
e2bbfcb088
commit
6cef4ead88
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ classifiers = [
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.5"
|
||||
feedgenerator = "^1.9"
|
||||
jinja2 = "~2.10.1"
|
||||
jinja2 = "~2.11"
|
||||
pygments = "~2.6.1"
|
||||
pytz = "^2019.1"
|
||||
blinker = "^1.4"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ from setuptools import setup
|
|||
|
||||
version = "4.2.0"
|
||||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments',
|
||||
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
|
||||
'python-dateutil']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue