From 99686e494288bb83d1dc8692bbd5748f4a7b737a Mon Sep 17 00:00:00 2001 From: Christie Rice <8483753+crice100@users.noreply.github.com> Date: Wed, 30 Jan 2019 14:29:48 -0500 Subject: [PATCH] INCR-13 Unpin pygraphviz and run make upgrade --- requirements/edx/base.in | 2 +- requirements/edx/base.txt | 2 +- requirements/edx/development.txt | 2 +- requirements/edx/testing.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 51525b6bea..17a41376ab 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -117,7 +117,7 @@ PyContracts==1.7.1 pycountry==1.20 pycryptodomex==3.4.7 pygments # Used to support colors in paver command output -pygraphviz==1.1 # No longer in use? Optional dependency of networkx, from edx-sandbox/shared.in +pygraphviz # No longer in use? Optional dependency of networkx, from edx-sandbox/shared.in pyjwkest==1.3.2 # TODO Replace PyJWT usage with pyjwkest PyJWT==1.5.2 diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index c0d03e1ed8..62f5c0917e 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -191,7 +191,7 @@ pycountry==1.20 pycparser==2.19 pycryptodomex==3.4.7 pygments==2.3.1 -pygraphviz==1.1 +pygraphviz==1.5 pyjwkest==1.3.2 pyjwt==1.5.2 pymongo==2.9.1 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 7fbe81527b..045ee47e20 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -251,7 +251,7 @@ pycryptodomex==3.4.7 pydispatcher==2.0.5 pyflakes==2.1.0 pygments==2.3.1 -pygraphviz==1.1 +pygraphviz==1.5 pyinotify==0.9.6 pyjwkest==1.3.2 pyjwt==1.5.2 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 97a6537f42..b94cb73c21 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -241,7 +241,7 @@ pycryptodomex==3.4.7 pydispatcher==2.0.5 # via scrapy pyflakes==2.1.0 # via flake8 pygments==2.3.1 -pygraphviz==1.1 +pygraphviz==1.5 pyjwkest==1.3.2 pyjwt==1.5.2 pylint-celery==0.3 # via edx-lint