From 5c085739da2fa9602421250a9d31592a4f9f23d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 3 Sep 2024 23:47:17 -0700 Subject: [PATCH] Update cryptography from 1.9 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 5ab5b7b..919f5a6 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==43.0.1 PyYAML==3.12