From be07be20e49b2a9352ea8f3d1e8a57c8fca8d0ca Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 27 Nov 2024 12:31:30 -0800 Subject: [PATCH] Update cryptography from 1.9 to 44.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5ab5b7b..447177f 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==44.0.0 PyYAML==3.12