diff --git a/pyproject.toml b/pyproject.toml index 508cb300..4f13bc97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,7 @@ classifiers = [ ] dependencies = [ "aiofiles", - "aiohttp <4; python_version < '3.12'", - "aiohttp==3.9.0b0; python_version == '3.12'", + "aiohttp <4", "aiosqlite <=0.17.0", "asyncprawcore >=2.1, <3", "update_checker >=0.18"