Merge "requirements: Bump python-openstackclient version"

This commit is contained in:
Zuul 2022-08-19 16:15:45 +00:00 committed by Gerrit Code Review
commit 2bbc6b7b29
2 changed files with 3 additions and 8 deletions

View File

@ -11,11 +11,10 @@
# under the License.
#
import mock
from osc_lib import exceptions
from unittest import mock
from openstackclient.tests.unit.identity.v3 import fakes as identity_fakes
from osc_lib import exceptions
from manilaclient import api_versions
from manilaclient.common.apiclient.exceptions import BadRequest

View File

@ -3,11 +3,7 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
# Can be removed in Victoria cycle, when we raise the requirement of
# python-openstackclient in this file to a version that no longer
# requires mock. See: https://review.opendev.org/717410/
mock>=2.0.0 # BSD
stestr>=2.0.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
testtools>=2.2.0 # MIT
python-openstackclient>=3.12.0 # Apache-2.0
python-openstackclient>=5.3.0 # Apache-2.0