Skip to content

Commit ede8589

Browse files
aarthy-dkclaude
andcommitted
fix(security): bump cryptography to 48.0.1 for patched bundled OpenSSL
cryptography wheels through 46.x bundle a vulnerable OpenSSL (GHSA-537c-gmf6-5ccf, HIGH). 48.0.1 ships patched OpenSSL 4.0.1. Satisfies all dependent constraints (tightest is <49). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4cba302 commit ede8589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"xlsxwriter==3.2.0",
6262
"psutil==5.9.8",
6363
"concurrent_log_handler==0.9.25",
64-
"cryptography==46.0.7",
64+
"cryptography==48.0.1",
6565
"validators==0.33.0",
6666
"reportlab==4.2.2",
6767
"cron-converter==1.2.1",

0 commit comments

Comments
 (0)