From 26711c3443202787cdea98b1c09ab90683436885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:55:39 -0300 Subject: [PATCH] Update aiohttp requirement from 3.11.2 to 3.11.8 (#46) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbf8bdb..98f82d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" slack-bolt = "1.21.2" -aiohttp = "3.11.2" +aiohttp = "3.11.8" [tool.poetry.dev-dependencies] pytest = "^8.0.0"