From ac8e4352bd69a9f38b5091c397b007e271df4405 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 Jan 2024 16:58:19 +0100 Subject: Updated from global requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I85e62633b58ca771b6c5dfcd9bcdc42345d2a99c Signed-off-by: Cédric Ollivier --- requirements.txt | 4 ++-- test-requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 23fc58e52..7f6c54983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cloudify-rest-client mock!=4.0.0,!=4.0.1 # BSD PrettyTable # 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 -- cgit 1.2.3-korg