![Takashi Kajinami](/assets/img/avatar_default.png)
Since keystoneauth 5.9.0[1], LegacyJSONAdapter no longer inherits the base Adapter class. Update mocks according to that change. [1] 0383309ced09813d31150a1495b18073dc944308 Change-Id: I8495db0ca59681bb7888bb8b7b353f8b16aa42fc
11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
pbr>=5.5.0 # Apache-2.0
|
|
PrettyTable>=0.7.2 # BSD
|
|
keystoneauth1>=5.9.0 # Apache-2.0
|
|
oslo.i18n>=5.0.1 # Apache-2.0
|
|
oslo.utils>=4.8.0 # Apache-2.0
|
|
requests>=2.25.1 # Apache-2.0
|
|
stevedore>=3.3.0 # Apache-2.0
|