aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-11-08 17:04:04 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-11-08 17:04:04 +0100
commitd3c660b925e1900e0aaba0ddc7e4967100833367 (patch)
treec1fb6caa1dd3b34c09d4716db4337b29f349bfce
parent5b0b6d50c193991ac05eb383551a38bfeb5f8c06 (diff)
Sync requirements
Change-Id: I519d693454a2596f46637ba99db4b3efa842b8ee Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt2
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