diff --git a/pyproject.toml b/pyproject.toml index cdc4d34..8fb58d6 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", ] dependencies = [ - "aiohttp==3.8.*", + "aiohttp==3.9.*", "ulid-py==1.1.*", "aenum==3.1.*", "typing_extensions>=4.4.0"