diff --git a/pyproject.toml b/pyproject.toml index 94f54c0..5db5d6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ # Required by slack-bolt's AsyncApp - "aiohttp>=3.12.12,<4", + "aiohttp>=3.14.1,<4", # Required by pydantic to validate emails using EmailStr "email-validator>=1.3.0", "ansible-runner>=2.3.0",