From 472f6d020c3970c09b30f360d59df14811e183fa Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Sun, 17 Nov 2024 14:19:52 +0100 Subject: [PATCH] chore: Update `aiohttp` to latest version The underlying issue has been solved: https://github.com/pnuckowski/aioresponses/pull/262 --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",