From ceb4dcb53545d7414d7efeb75fbd8ba9ef2d512e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 21 Dec 2023 14:01:36 -0700 Subject: [PATCH] requirements: Update cryptography Signed-off-by: Zack Cerza --- requirements.txt | 2 +- setup.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74e39cc6a2..af2378b4d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ configobj==5.0.6 # via teuthology (pyproject.toml) configparser==5.0.2 # via teuthology (pyproject.toml) -cryptography==3.4.7 +cryptography==41.0.7 # via # ansible-base # openstacksdk diff --git a/setup.cfg b/setup.cfg index 87adc85d35..183a4db45a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -98,7 +98,6 @@ test = PyJWT boto>=2.0b4 boto3 - cryptography>=2.7 ipy mock nose -- 2.39.5