diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 16:53:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 16:53:45 +0100 |
commit | e27b8ed520ecd9132f223e10b7919ebd6dcbe578 (patch) | |
tree | cca086987a0f9daf478efb62bad893c61696cd1e | |
parent | 7a1a8de00e68a0c0517e92c62a41b2da4ceee1c3 (diff) |
Updated from global requirementsstable/zed
Change-Id: I27355c02624e07789c2564216442b0e45fdb215f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 6 | ||||
-rw-r--r-- | test-requirements.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index 23fc58e52..385f8d8e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ robotframework>=3.0 scp cloudify-rest-client mock!=4.0.0,!=4.0.1 # BSD -PrettyTable # BSD +PrettyTable!=3.4.0 # BSD six # MIT -paramiko # LGPLv2.1+ +paramiko!=2.9.0,!=2.9.1 # LGPLv2.1+ Jinja2 # BSD License (3 clause) xtesting os-client-config # Apache-2.0 @@ -19,4 +19,4 @@ ruamel.yaml.jinja2 # MIT tempest # Apache-2.0 rally rally-openstack -munch # MIT +munch # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 5fdfd2948..3a73e8683 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,13 +3,13 @@ # process, which may cause wedges in the gate later. coverage!=4.4 # Apache-2.0 mock!=4.0.0,!=4.0.1 # BSD -pytest # MIT -pytest-html #MPL-2.0 +pytest # MIT +pytest-html #MPL-2.0 pytest-cov flake8 # MIT pylint # GPLv2 sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0,!=3.4.2 # BSD -sphinx-rtd-theme +sphinx-rtd-theme # MIT yamllint doc8 # Apache-2.0 bashate # Apache-2.0 |