From 893634b16663e207fdd5d893d3fbe45cc90e654c Mon Sep 17 00:00:00 2001 From: jotwaninandni <62984050+jotwaninandni@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:20:56 +0530 Subject: [PATCH] Upgrade aiohttp to >=3.10.2 (#49) Co-authored-by: Nandni Jotwani --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a37a645..3542a85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.7.* +aiohttp>=3.10.2 great_expectations==0.15.* holidays==0.27.* hvac==0.11.*