From f01195af00ac6c0121c7810f17da6b1c285fe44e Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Sat, 26 Nov 2022 13:30:42 +0000 Subject: [PATCH] chore(deps): update dependency aiohttp to v3.8.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f38b5f..2b97cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Funkwhale Collective"] [tool.poetry.dependencies] python = ">=3.9,<4.0" aiopg = "1.3.3" -aiohttp = "3.8.1" +aiohttp = "3.8.3" click = "8.1.3" aioredis = "1.3.0" marshmallow = "~=3" -- GitLab