From 3671752f166fe4d761c3f738aaee64f97a4a3f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:40:56 +0000 Subject: [PATCH] Bump aiohttp from 3.9.5 to 3.13.4 in /plugins/login --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/login/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/login/requirements.txt b/plugins/login/requirements.txt index 51ef4c0..bc89703 100644 --- a/plugins/login/requirements.txt +++ b/plugins/login/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.9.5 +aiohttp==3.13.4 pywebview==6.1 yarl==1.9.11