Skip to content

Commit 5630319

Browse files
committed
fix: bump aiohttp for CVE-2026-69244
see CVE-2026-69244 for more details. Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent d949b3b commit 5630319

2 files changed

Lines changed: 87 additions & 87 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fallback_version = "1.2.1.dev0"
88
[tool.uv]
99
required-version = ">=0.7.0"
1010
constraint-dependencies = [
11-
"aiohttp>=3.14.0", # CVE-2026-34993: CookieJar.load() RCE
11+
"aiohttp>=3.14.3", # CVE-2026-34993: CookieJar.load() RCE
1212
"authlib>=1.6.11", # CVE-2026-41425 + 7 more: account takeover, JWE padding oracle, sig bypass
1313
"cryptography>=48.0.1", # CVE-2026-39892: buffer overflow; CVE-2026-34073: DNS constraint bypass
1414
"fonttools>=4.60.2",

0 commit comments

Comments
 (0)