From 8c5518157ed7acded7fd28b3544b3c2a98f7c7fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 20 Jul 2024 15:07:04 -0700 Subject: [PATCH 1/2] Update cryptography from 41.0.4 to 43.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3282cfee..91aa5286 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ charset-normalizer==3.3.0 # via requests click==8.1.7 # via -r requirements.in -cryptography==41.0.4 +cryptography==43.0.0 # via # azure-storage-blob # paramiko From fa3e5f656e34d137e26fbf94e44f0b212b7d0692 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 20 Jul 2024 15:07:04 -0700 Subject: [PATCH 2/2] Update cryptography from 41.0.4 to 43.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d624b925..4afd32f3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -37,7 +37,7 @@ coverage[toml]==7.3.2 # via # coverage # pytest-cov -cryptography==41.0.4 +cryptography==43.0.0 # via moto dill==0.3.7 # via pylint