diff options
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index be0760858..cb74132e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ robotframework>=3.0 scp cloudify-rest-client mock!=4.0.0,!=4.0.1 # BSD -PrettyTable<0.8 # BSD +PrettyTable # BSD six # MIT paramiko # LGPLv2.1+ Jinja2 # BSD License (3 clause) diff --git a/test-requirements.txt b/test-requirements.txt index 4cc86c858..1760ff427 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ mock!=4.0.0,!=4.0.1 # BSD nose # LGPL flake8 # MIT pylint # GPLv2 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0,!=3.4.2 # BSD sphinx-rtd-theme yamllint ansible-lint |