This force-pins cryptography to >44.0.1 to fix dependabot warning

pyOpenSSL also no longer needed
This commit is contained in:
Patrick Robertson
2025-03-26 15:39:53 +04:00
parent 43a80dbcda
commit 3eb9ffddfe

View File

@@ -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)",
]