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:
@ -68,7 +68,8 @@ gunicorn
|
|||||||
|
|
||||||
# Platform-agnostic template rendering engine
|
# Platform-agnostic template rendering engine
|
||||||
# https://github.com/pallets/jinja
|
# https://github.com/pallets/jinja
|
||||||
Jinja2
|
# Pin to v3.0 for mkdocstrings
|
||||||
|
Jinja2<3.1
|
||||||
|
|
||||||
# Simple markup language for rendering HTML
|
# Simple markup language for rendering HTML
|
||||||
# https://github.com/Python-Markdown/markdown
|
# https://github.com/Python-Markdown/markdown
|
||||||
|
@ -15,7 +15,7 @@ djangorestframework==3.13.1
|
|||||||
drf-yasg[validation]==1.20.0
|
drf-yasg[validation]==1.20.0
|
||||||
graphene-django==2.15.0
|
graphene-django==2.15.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
Jinja2==3.1.1
|
Jinja2==3.0.3
|
||||||
Markdown==3.3.6
|
Markdown==3.3.6
|
||||||
markdown-include==0.6.0
|
markdown-include==0.6.0
|
||||||
mkdocs-material==8.2.8
|
mkdocs-material==8.2.8
|
||||||
|
Reference in New Issue
Block a user