diff --git a/pyproject.toml b/pyproject.toml index 0540642..14d95db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" slack-bolt = "1.20.1" -aiohttp = "3.10.8" +aiohttp = "3.10.10" [tool.poetry.dev-dependencies] pytest = "^8.0.0"