From 212fc6d2b541a5e42420c354a9d7a5a3cf6b8140 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 01:12:22 +0000 Subject: [PATCH 1/2] Update dependency cryptography to v39 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad93743ba1..80da30e413 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3==1.26.54 -cryptography==38.0.4 +cryptography==39.0.2 jsonschema==4.16.0 ops >= 2.0.0 tenacity==8.0.1 From 2b727f36073fc1c5e4d1031bed9888cc0c66820d Mon Sep 17 00:00:00 2001 From: Alex Lutay <1928266+taurus-forever@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:37:26 +0100 Subject: [PATCH 2/2] Bump pyOpenSSL to version 23.0.0+ To update cryptography from 38.0.4 to 39.0.2. From https://github.com/pyca/cryptography/issues/7959#issuecomment-1368711852 > pyOpenSSL declares a min/max cryptography version to > avoid incompatibilities like this, however it only > started doing this in pyOpenSSL 22.1.0 and above. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 80da30e413..be1040b07c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ boto3==1.26.54 cryptography==39.0.2 jsonschema==4.16.0 ops >= 2.0.0 +pyOpenSSL >= "23.0.0" tenacity==8.0.1 urllib3==1.26.12