commit | b7a1447f82c6891e5b57b6b08070cd4b14f62f0b | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Thu Sep 03 10:03:23 2020 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Thu Sep 03 10:03:23 2020 +0300 |
tree | 464ba5fd570b898b72347b0f54de44b1d08f5271 | |
parent | 60f57cc2481aea04c0422f6adce2eb8e97c32396 [diff] [blame] |
Update pip requirements to be more strict PROD-35446 Change-Id: If34899d8fdb271bf29a2b88da9b2e1e053d55357
diff --git a/test_set/cvp-sanity/requirements.txt b/test_set/cvp-sanity/requirements.txt index 49d6280..881d76e 100644 --- a/test_set/cvp-sanity/requirements.txt +++ b/test_set/cvp-sanity/requirements.txt
@@ -1,9 +1,10 @@ pytest==3.7.1 pytest-rerunfailures==7.0 -requests>=2.20.0 -flake8 -PyYAML +requests==2.24.0 +flake8==3.8.3 +PyYAML==5.3.1 python-jenkins==1.7.0 pygerrit2==2.0.9 -gitpython -ldap3 +GitPython==3.1.7 +ldap3==2.7 +