From 68d52f6da7b455ea9ebcc506cc4bc05fa6572d8e Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Wed, 12 Feb 2025 18:52:08 +0530 Subject: [PATCH] chore(deps): bump pyopenssl to match cryptography Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcd489b044..c94aa846de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "premailer~=3.10.0", "psutil~=5.9.5", "psycopg2-binary~=2.9.1", - "pyOpenSSL~=24.2.1", + "pyOpenSSL~=25.0.0", "pydantic~=2.10.2", "pyotp~=2.8.0", "python-dateutil~=2.8.2",