diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-07-06 17:12:16 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-07-12 15:46:56 +0100 |
| commit | a69cc3ddae6af46841042f440ff0d52db515c1e4 (patch) | |
| tree | b9d9f3ce7c796fef0492de85566b1172669c9115 /test-requirements.txt | |
| parent | 54bf2c054d7b8287de5cb20dfbf03af0383c29c9 (diff) | |
| download | python-openstackclient-a69cc3ddae6af46841042f440ff0d52db515c1e4.tar.gz | |
[stable-only] Cap bandit to 1.6.2, bump lower-constraints
The 1.6.3 [1] release has dropped support for py2 [2] so cap to 1.6.2
when using py2.
We also need to bump the lower constraint of keystoneauth1 since our
minimum version of openstacksdk, 0.17.0, depends on keystoneauth1>=3.8.0
and PyPI 20.1+ won't allow this to stand.
[1] https://github.com/PyCQA/bandit/releases/tag/1.6.3
[2] https://github.com/PyCQA/bandit/pull/615
Change-Id: Iad568c152d49c2fe5dd31dc9b05c07e3d4fd1a83
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'test-requirements.txt')
| -rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 4db30c7f..26c71d94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,7 +15,7 @@ stestr>=1.0.0 # Apache-2.0 testtools>=2.2.0 # MIT tempest>=17.1.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit!=1.6.0,>=1.1.0,<=1.6.2 # Apache-2.0 wrapt>=1.7.0 # BSD License # Install these to generate sphinx autodocs |
