From be662e6454ba600d8b4228a7aeae9b73f9137653 Mon Sep 17 00:00:00 2001 From: "bodong.yang" Date: Tue, 15 Oct 2024 17:43:14 +0900 Subject: [PATCH] bump aiohttp to 3.10.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f4611e..2c5317b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = [ "version", ] dependencies = [ - "aiohttp<3.10,>=3.9.5", + "aiohttp<3.11,>=3.10.2", "awsiot-credentialhelper<0.7,>=0.6", "boto3<1.35,>=1.34.35", "botocore<1.35,==1.34.35",