f7f21f8028
hashlib.md5 always supports usedforsecurity argument in Python 3.9 and later. Change-Id: I16502f9ee884ab81c786d46f336a71b8a3c4fb1a
7 lines
192 B
YAML
7 lines
192 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``md5`` method from ``oslo_utils.secretutils`` module has been
|
|
deprecated because ``hashlib.md5`` can be used instead in all supported
|
|
python versions.
|