From ee3ceed7b2c9fa3f4a97f014c869067c0ffa385b Mon Sep 17 00:00:00 2001 From: Vincent Oltion Date: Thu, 9 Feb 2023 16:02:21 -0700 Subject: [PATCH] Bump cryptography and pyOpenSSL versions for boto3 support, use crt version of boto3 --- _build/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 2e56cc9..47c4868 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -4,10 +4,12 @@ ansible-runner>=2.3.1 ansible-core dumb-init +cryptography>=39.0.0 + ncclient paramiko pykerberos -pyOpenSSL +pyOpenSSL>=23.0.0 pypsrp[kerberos,credssp] pywinrm[kerberos,credssp] toml @@ -17,4 +19,4 @@ pyyaml six redis -boto3 +boto3[crt]