Skip to content

Commit 282bb90

Browse files
committed
Require aiohttp>=3.13.3 in usage-log-aggregator lambda
1 parent ca0b827 commit 282bb90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aws/lambda/usage-log-aggregator/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
aioboto3
1010
aiobotocore
1111
aiofile
12-
aiohttp
12+
# >=3.13.3 fixes CVE-2025-69223, CVE-2025-69224, CVE-2025-69228, CVE-2025-69229
13+
aiohttp>=3.13.3
1314
pandas
1415
python-dateutil
1516
pytest

0 commit comments

Comments
 (0)