From 6a7302e594e0d1cbec56b140799948b0ee798c4d Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Wed, 4 Sep 2024 16:50:25 +0530 Subject: [PATCH] chore(deps): bump `cryptography` (and `pyOpenSSL` to go along with it) `pip-audit` is complaining about this Resolves https://github.com/advisories/GHSA-h4gh-qq45-vh27 Signed-off-by: Akhil Narang --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a032f2eaf8..206e2b534b 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~=42.0.0", + "cryptography~=43.0.1", "cssutils~=2.9.0", "email-reply-parser~=0.5.12", "gunicorn~=22.0.0", @@ -53,7 +53,7 @@ dependencies = [ "premailer~=3.10.0", "psutil~=5.9.5", "psycopg2-binary~=2.9.1", - "pyOpenSSL~=24.0.0", + "pyOpenSSL~=24.2.1", "pydantic~=2.7.0", "pyotp~=2.8.0", "python-dateutil~=2.8.2",