From 2d66648a8013adcc4aeb14e0f1031a1a422acbcc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 3 Sep 2024 22:42:58 -0700 Subject: [PATCH] Update cryptography from 41.0.4 to 43.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d624b925..9aba0b5f 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.1 # via moto dill==0.3.7 # via pylint