diff --git a/pyproject.toml b/pyproject.toml index 0dedc4d..dbe4039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ "aiofiles~=23.1.0", - "aiohttp~=3.8.5", + "aiohttp~=3.9.1", "aiodns~=3.0.0", "aioconsole~=0.6.1", "alive-progress>=3.1.1", @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "build~=0.10.0", - "mypy~=1.2.0", + "mypy~=1.7.1", "pip-chill~=1.0.3", "pytest~=7.4", "pytest-asyncio",