This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git
commit 24faafd96793931bff54eae4fc4e37fc7942522b Author: Marcus Christie <[email protected]> AuthorDate: Tue Jun 28 10:26:34 2022 -0400 Updating mkdocs and pinning Jinja2 to fix readthedocs build --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f93a9d..74152bd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,7 @@ autopep8==1.5.4 flake8==3.8.4 flake8-isort==4.0.0 -mkdocs==1.1.2 +mkdocs==1.3.0 mkautodoc==0.1.0 pycodestyle==2.6.0 +Jinja2==3.1.2
