From 590d9d7b88960a9ed8aeb18109d99c97b37d3403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:33:30 +0000 Subject: [PATCH] Bump aiohttp from 3.10.2 to 3.10.11 in /app/backend Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 3b9d4af..9c4dc41 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -3,4 +3,4 @@ azure-search-documents==11.4.0b6 quart==0.19.3 openai[datalib]==0.27.8 uvicorn[standard]==0.23.2 -aiohttp==3.10.2 \ No newline at end of file +aiohttp==3.10.11 \ No newline at end of file