From 9743f11ce56588ab9de3cb439f4ef0987241497e Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Wed, 12 Feb 2025 18:37:20 +0530 Subject: [PATCH] chore(deps): bump cryptography to 44.0.1 This resolves GHSA-79v4-65xg-pq4g Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b817cbb1d..fcd489b044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "bleach[css]~=6.0.0", "chardet~=5.1.0", "croniter~=2.0.1", - "cryptography~=43.0.1", + "cryptography~=44.0.1", "cssutils~=2.9.0", "email-reply-parser~=0.5.12", "gunicorn @ git+https://github.com/frappe/gunicorn@72c1e495d89259151e73947a057432d528b06bb0",