From 0665127b79f2b2e8d9058058dc94582b877f0657 Mon Sep 17 00:00:00 2001 From: Sophie O'Hagan Date: Thu, 21 Dec 2023 16:21:43 +0000 Subject: [PATCH] Upgrade cryptography to 41.0.7 --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a7cab5da..2b0ba063 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -92,7 +92,7 @@ commonmark==0.9.1 # rich connexion==2.14.1 # via -r requirements.txt -cryptography==41.0.6 +cryptography==41.0.7 # via # -r requirements.txt # pyjwt diff --git a/requirements.txt b/requirements.txt index 3b043a95..ee6b7878 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ commonmark==0.9.1 # via rich connexion==2.14.1 # via -r requirements.in -cryptography==41.0.6 +cryptography==41.0.7 # via pyjwt flask==2.2.5 # via