From 0483082807e87f522bf4c1601b0fac2fca544b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:11:13 -0900 Subject: [PATCH] Bump cryptography from 41.0.5 to 41.0.6 (#145) --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ed4dd85..6d726af 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -49,7 +49,7 @@ comm==0.2.0 # via ipykernel constantly==23.10.4 # via twisted -cryptography==41.0.5 +cryptography==41.0.6 # via secretstorage debugpy==1.8.0 # via ipykernel