Skip to content

Commit 37b504b

Browse files
author
aieng-bot[bot]
committed
chore: bump cryptography to 46.0.6 and aiohttp to 3.13.4 to fix CVEs
- cryptography>=46.0.6: fixes CVE-2026-34073 (DNS name constraint bypass) - aiohttp>=3.13.4: fixes CVE-2026-34513,34515,34516,34517,34518,34519,34520,34525,22815 Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
1 parent 3ebb2db commit 37b504b

2 files changed

Lines changed: 2997 additions & 2990 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
requires-python = ">=3.12,<4.0"
99
dependencies = [
1010
"aieng-eval-agents>=0.1.0",
11-
"aiohttp>=3.13.3",
11+
"aiohttp>=3.13.4", # CVE-2026-34513,34515,34516,34517,34518,34519,34520,34525,22815: multiple vulns fixed in 3.13.4
1212
"beautifulsoup4>=4.13.4",
1313
"datasets>=3.6.0",
1414
"e2b-code-interpreter>=2.4.1",
@@ -29,6 +29,7 @@ dependencies = [
2929
"virtualenv>=20.36.1",
3030
"tenacity>=9.1.2",
3131
"certifi>=2026.1.4",
32+
"cryptography>=46.0.6", # CVE-2026-34073: DNS name constraint bypass fixed in 46.0.6
3233
"pypdf>=6.9.1", # CVE-2026-28804: ASCIIHexDecode DoS fixed in 6.7.5; CVE-2026-33123: array-based stream DoS fixed in 6.9.1
3334
]
3435

0 commit comments

Comments
 (0)