mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
This force-pins cryptography to >44.0.1 to fix dependabot warning
pyOpenSSL also no longer needed
This commit is contained in:
@@ -41,7 +41,6 @@ dependencies = [
|
|||||||
"instaloader (>=0.0.0)",
|
"instaloader (>=0.0.0)",
|
||||||
"tqdm (>=0.0.0)",
|
"tqdm (>=0.0.0)",
|
||||||
"jinja2 (>=0.0.0)",
|
"jinja2 (>=0.0.0)",
|
||||||
"pyOpenSSL (==24.2.1)",
|
|
||||||
"boto3 (>=1.28.0,<2.0.0)",
|
"boto3 (>=1.28.0,<2.0.0)",
|
||||||
"dataclasses-json (>=0.0.0)",
|
"dataclasses-json (>=0.0.0)",
|
||||||
"yt-dlp (>=2025.3.21,<2026.0.0)",
|
"yt-dlp (>=2025.3.21,<2026.0.0)",
|
||||||
@@ -55,6 +54,7 @@ dependencies = [
|
|||||||
"rich-argparse (>=1.6.0,<2.0.0)",
|
"rich-argparse (>=1.6.0,<2.0.0)",
|
||||||
"ruamel-yaml (>=0.18.10,<0.19.0)",
|
"ruamel-yaml (>=0.18.10,<0.19.0)",
|
||||||
"rfc3161-client (>=1.0.1,<2.0.0)",
|
"rfc3161-client (>=1.0.1,<2.0.0)",
|
||||||
|
"cryptography (>44.0.1,<45.0.0)",
|
||||||
"opentimestamps (>=0.4.5,<0.5.0)",
|
"opentimestamps (>=0.4.5,<0.5.0)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user