Update cryptography requirement

Recent change [1] introduced usage of function not_valid_after_utc
available in crypthography since 42.0.0 version [2]

[1] https://review.opendev.org/c/openstack/octavia/+/921356
[2] https://cryptography.io/en/42.0.2/x509/reference/#cryptography.x509.Certificate.not_valid_after_utc

Change-Id: I6ecbd6175004500855afe3b3657c97e72469ccac
This commit is contained in:
karolinku 2024-06-11 12:17:40 +02:00
parent fcc61e9ca8
commit 830134808d

View File

@ -51,7 +51,7 @@ python-dateutil>=2.7.0 # BSD
#for the amphora api
Flask!=0.11,>=0.10 # BSD
cryptography>=3.0 # BSD/Apache-2.0
cryptography>=42.0.0 # BSD/Apache-2.0
pyroute2>=0.5.14;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
gunicorn>=19.9.0 # MIT
Werkzeug>=0.14.1 # BSD License