From c2f228ee48376494aeae4e88583a858233d025fe Mon Sep 17 00:00:00 2001 From: "Akihiko (Aki) Kuroda" <16141898+akihikokuroda@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:02:52 -0400 Subject: [PATCH] update cryptography version (#1522) --- gateway/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/requirements.txt b/gateway/requirements.txt index ccf9e62cd..4e1dd3364 100644 --- a/gateway/requirements.txt +++ b/gateway/requirements.txt @@ -1,4 +1,4 @@ -cryptography>=42.0.5, <43 +cryptography>=43.0.1, <44 djangorestframework>=3.15.2, <4 django-allauth[socialaccount]>=0.61.1, <1 django-allow-cidr>=0.7.1, <1