From 3eb9ffddfe6f517595d52e08b17685d2610e8a90 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Wed, 26 Mar 2025 15:39:53 +0400 Subject: [PATCH] This force-pins cryptography to >44.0.1 to fix dependabot warning pyOpenSSL also no longer needed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b34c2c..0ccb53b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dependencies = [ "instaloader (>=0.0.0)", "tqdm (>=0.0.0)", "jinja2 (>=0.0.0)", - "pyOpenSSL (==24.2.1)", "boto3 (>=1.28.0,<2.0.0)", "dataclasses-json (>=0.0.0)", "yt-dlp (>=2025.3.21,<2026.0.0)", @@ -55,6 +54,7 @@ dependencies = [ "rich-argparse (>=1.6.0,<2.0.0)", "ruamel-yaml (>=0.18.10,<0.19.0)", "rfc3161-client (>=1.0.1,<2.0.0)", + "cryptography (>44.0.1,<45.0.0)", "opentimestamps (>=0.4.5,<0.5.0)", ]