From ddcf6544237effdd00cf1b2d64ac71d3398a6bf5 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 6 Feb 2024 10:29:53 +0530 Subject: [PATCH] chore(deps): bump cryptography https://github.com/advisories/GHSA-3ww4-gg4f-jr7f Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49ef211838..25922b1923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "bleach[css]~=6.0.0", "chardet~=5.1.0", "croniter~=2.0.1", - "cryptography~=41.0.3", + "cryptography~=42.0.0", "email-reply-parser~=0.5.12", "gunicorn~=21.2.0", "html5lib~=1.1",