From e045531533c418fa1872df3eddf9a511ece763e4 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sun, 10 Sep 2023 20:00:41 -0400 Subject: [PATCH] upgrade to cryptography 41.0.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4c8c168..cccec0a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==3.0.0 flake8==5.0.4 tox==4.5.0 coverage==7.3.1 -cryptography==41.0.2 +cryptography==41.0.3 Sphinx==7.2.5 PyYAML==6.0 pytest==7.4.2