1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Pin Jinja2 to v3.0

This commit is contained in:
jeremystretch
2022-04-05 16:34:15 -04:00
parent 6f0ae8a5b8
commit 6ee6227b67
2 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,8 @@ gunicorn
# Platform-agnostic template rendering engine
# https://github.com/pallets/jinja
Jinja2
# Pin to v3.0 for mkdocstrings
Jinja2<3.1
# Simple markup language for rendering HTML
# https://github.com/Python-Markdown/markdown

View File

@ -15,7 +15,7 @@ djangorestframework==3.13.1
drf-yasg[validation]==1.20.0
graphene-django==2.15.0
gunicorn==20.1.0
Jinja2==3.1.1
Jinja2==3.0.3
Markdown==3.3.6
markdown-include==0.6.0
mkdocs-material==8.2.8