Resolve the following warnings detected in unit tests. CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_before_utc. CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. Change-Id: I339ef8593b108277bcf6ae67ec2f78354bd06cc8 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
12 lines
451 B
Plaintext
12 lines
451 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>=2.0.0 # Apache-2.0
|
|
cryptography>=42.0.0 # BSD/Apache-2.0
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
|
oslo.utils>=3.16.0 # Apache-2.0
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
|
oslo.log>=1.14.0 # Apache-2.0
|
|
castellan>=0.4.0 # Apache-2.0
|