diff --git a/pyproject.toml b/pyproject.toml index a4913c5..ca69d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" slack-bolt = "1.19.1" -aiohttp = "3.9.5" +aiohttp = "3.10.0" [tool.poetry.dev-dependencies] pytest = "^8.0.0"