From 4fb9d704902bf031e8c56106b535fd014cfbcde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:19:58 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.13.4 in /environment/frontend_server --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- environment/frontend_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/frontend_server/requirements.txt b/environment/frontend_server/requirements.txt index c7679c58b5..37939e4c39 100644 --- a/environment/frontend_server/requirements.txt +++ b/environment/frontend_server/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.3 +aiohttp==3.13.4 aiosignal==1.3.1 asgiref==3.5.2 async-generator==1.10