From ff9e5165c640d88c1c8bde85434b40b7103032d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 30 Jan 2024 14:05:04 -0800 Subject: [PATCH 1/2] Update cryptography from 41.0.4 to 42.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3282cfee..f275998d 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==42.0.2 # via # azure-storage-blob # paramiko From 713b433b7d294859bc7b64a516b699692f74a8b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 30 Jan 2024 14:05:05 -0800 Subject: [PATCH 2/2] Update cryptography from 41.0.4 to 42.0.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d624b925..9df3912d 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==42.0.2 # via moto dill==0.3.7 # via pylint