From a91b9dd375f55a9b728de8f54bf2a0018ff54e30 Mon Sep 17 00:00:00 2001
From: Michael Youngstrom <youngstrom.m@husky.neu.edu>
Date: Mon, 6 May 2019 10:13:42 -0400
Subject: [PATCH] Fix make upgrade

---
 requirements/edx-sandbox/base.in | 2 +-
 requirements/edx/base.txt        | 2 +-
 requirements/edx/development.txt | 6 +++---
 requirements/edx/github.in       | 2 +-
 requirements/edx/testing.txt     | 6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/requirements/edx-sandbox/base.in b/requirements/edx-sandbox/base.in
index d17c1cda29f..7606d239d95 100644
--- a/requirements/edx-sandbox/base.in
+++ b/requirements/edx-sandbox/base.in
@@ -15,7 +15,7 @@ numpy==1.6.2                        # Numeric array processing utilities; used b
 pyparsing==2.2.0                    # Python Parsing module
 scipy==0.14.0                       # Math, science, and engineering library
 sympy==0.7.1                        # Symbolic math library
-git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
+-e git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
 
 # Install these packages from the edx-platform working tree
 # NOTE: if you change code in these packages, you MUST change the version
diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt
index 5e05ca2c7f4..42195d9846c 100644
--- a/requirements/edx/base.txt
+++ b/requirements/edx/base.txt
@@ -206,7 +206,7 @@ pytz==2019.1
 pyuca==1.1
 pyyaml==5.1
 redis==2.10.6
-reportlab==3.5.20
+reportlab==3.5.21
 requests-oauthlib==1.1.0
 requests==2.21.0
 rest-condition==1.0.3
diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt
index 216678046cf..163a9f82046 100644
--- a/requirements/edx/development.txt
+++ b/requirements/edx/development.txt
@@ -266,7 +266,7 @@ pyquery==1.4.0
 pysqlite==2.8.3 ; python_version == "2.7"
 pysrt==1.1.1
 pytest-attrib==0.1.3
-pytest-cov==2.6.1
+pytest-cov==2.7.1
 pytest-django==3.4.8
 pytest-forked==1.0.2
 pytest-randomly==1.2.3
@@ -285,7 +285,7 @@ pyyaml==5.1
 queuelib==1.5.0
 radon==3.0.1
 redis==2.10.6
-reportlab==3.5.20
+reportlab==3.5.21
 requests-oauthlib==1.1.0
 requests==2.21.0
 rest-condition==1.0.3
@@ -317,7 +317,7 @@ sphinxcontrib-websupport==1.1.0  # via sphinx
 sqlparse==0.3.0
 stevedore==1.30.1
 sympy==1.4
-testfixtures==6.8.1
+testfixtures==6.8.2
 text-unidecode==1.2
 tincan==0.0.5
 toml==0.10.0
diff --git a/requirements/edx/github.in b/requirements/edx/github.in
index 7edc79bea8d..7c93b1e56e5 100644
--- a/requirements/edx/github.in
+++ b/requirements/edx/github.in
@@ -59,7 +59,7 @@
 
 
 # Python libraries to install directly from github
-git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
+-e git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
 
 # Third-party:
 -e git+https://github.com/edx/django-wiki.git@v0.0.21#egg=django-wiki
diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt
index c05cdfc5e8b..7003992b99b 100644
--- a/requirements/edx/testing.txt
+++ b/requirements/edx/testing.txt
@@ -257,7 +257,7 @@ pyquery==1.4.0
 pysqlite==2.8.3 ; python_version == "2.7"
 pysrt==1.1.1
 pytest-attrib==0.1.3
-pytest-cov==2.6.1
+pytest-cov==2.7.1
 pytest-django==3.4.8
 pytest-forked==1.0.2      # via pytest-xdist
 pytest-randomly==1.2.3
@@ -276,7 +276,7 @@ pyyaml==5.1
 queuelib==1.5.0           # via scrapy
 radon==3.0.1
 redis==2.10.6
-reportlab==3.5.20
+reportlab==3.5.21
 requests-oauthlib==1.1.0
 requests==2.21.0
 rest-condition==1.0.3
@@ -304,7 +304,7 @@ soupsieve==1.9.1
 sqlparse==0.3.0
 stevedore==1.30.1
 sympy==1.4
-testfixtures==6.8.1
+testfixtures==6.8.2
 text-unidecode==1.2       # via faker
 tincan==0.0.5
 toml==0.10.0              # via tox
-- 
GitLab