From ac9d4544e636e2c1d87d05103fc3fe15648d7742 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@dev.funkwhale.audio>
Date: Wed, 18 Dec 2024 21:40:15 +0000
Subject: [PATCH] chore(deps): update dependency aiohttp to v3.11.11

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f9d6398..7cbb3f1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ packages = [{include = "archiveorg_dl"}]
 [tool.poetry.dependencies]
 python = "^3.7"
 aiofiles = "==23.1.0"
-aiohttp = "==3.8.3"
+aiohttp = "==3.11.11"
 backoff = "==2.2.1"
 click = "==8.1.3"
 click-log = "==0.4.0"
-- 
GitLab