From ddcf6544237effdd00cf1b2d64ac71d3398a6bf5 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 6 Feb 2024 10:29:53 +0530 Subject: [PATCH 1/2] 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", From 679287a4fd203d17548074f5b7ce6f501da5b536 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 6 Feb 2024 10:35:53 +0530 Subject: [PATCH 2/2] chore(deps): bump pyopenssl to match Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25922b1923..c19d666a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "premailer~=3.10.0", "psutil~=5.9.5", "psycopg2-binary~=2.9.1", - "pyOpenSSL~=23.2.0", + "pyOpenSSL~=24.0.0", "pydantic==2.3.0", "pyotp~=2.8.0", "python-dateutil~=2.8.2",