From 851339819c45c44225921dfd4237bd361666c9e3 Mon Sep 17 00:00:00 2001 From: Matthew Thornton <44626690+ThorntonMatthewD@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:22:15 -0500 Subject: [PATCH] Update aiohttp --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd7acdd..1bf760b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "slack" ] dependencies = [ - "aiohttp==3.8.5", + "aiohttp==3.9.1", "fastapi==0.103.2", "python_dateutil==2.8.2", "pytz==2023.3",