You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/06/28 14:44:07 UTC

[airavata-django-portal] branch master updated: Fixing readthedocs build; pinning importlib-metadata for better Py 3.7 compat

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.git


The following commit(s) were added to refs/heads/master by this push:
     new a11ff2ee Fixing readthedocs build; pinning importlib-metadata for better Py 3.7 compat
a11ff2ee is described below

commit a11ff2eed9cc9cc52333a2a1556c1a32f997e6e1
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 28 10:43:59 2022 -0400

    Fixing readthedocs build; pinning importlib-metadata for better Py 3.7 compat
---
 requirements-dev.txt | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 7ec3168d..2c3c2fc1 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,14 +1,15 @@
 -r requirements.txt
 autopep8==1.5.4
-flake8==3.8.4
-flake8-isort==4.0.0
+flake8==4.0.1
+flake8-isort==4.1.1
+importlib-metadata==4.2.0
 isort==5.2.2
 Jinja2==3.1.2
-mkdocs==1.3.0
+mkdocs==1.2.4
 Markdown==3.2.1
 pymdown-extensions==8.2
-pycodestyle==2.6.0
-pyflakes==2.2.0
-tox==3.20.0
+pycodestyle==2.8.0
+pyflakes==2.4.0
+tox==3.25.0
 
 -e ".[dev]"