From d29c83c430bf538e7f0b1e7a36f41870c365815f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 20 Feb 2024 22:27:59 -0600 Subject: [PATCH] Update cryptography from 1.9 to 42.0.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5ab5b7b..3064946 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8==3.5.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.7.2 -cryptography==1.9 +cryptography==42.0.4 PyYAML==3.12