diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 68988160e..92c6175b4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "python-slugify[unidecode]", "starlette-prometheus", "fastapi-pagination>=0.12.27", - "aiohttp<3.11.0", + "aiohttp", "argon2-cffi", "typer", "lxml", @@ -68,7 +68,7 @@ dev = [ "responses", "sqlalchemy[mypy]", "pytest-cov", - "aioresponses", + "aioresponses>=0.7.7", "types-lxml", "types-croniter", "pyinstrument",