From c3d1672339dc1d592dc94493a1baf8c4e8656a2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Nov 2023 14:25:51 -0800 Subject: [PATCH] Update cryptography from 1.9 to 41.0.6 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5ab5b7b..cf29b90 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==41.0.6 PyYAML==3.12