From 7c8135cf581a4eb8722790f394d40ebe64da6171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:35:50 +0000 Subject: [PATCH] Bump aiohttp from 3.10.5 to 3.10.11 in /app/backend Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 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.5...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 0dcf9f86a4..2efe32b484 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -8,7 +8,7 @@ aiofiles==24.1.0 # via quart aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.10.11 # via # -r requirements.in # microsoft-kiota-authentication-azure @@ -328,6 +328,8 @@ portalocker==2.10.1 # via msal-extensions priority==2.0.0 # via hypercorn +propcache==0.2.0 + # via yarl psutil==5.9.8 # via azure-monitor-opentelemetry-exporter pycparser==2.22 @@ -433,7 +435,7 @@ wrapt==1.16.0 # opentelemetry-instrumentation-urllib3 wsproto==1.2.0 # via hypercorn -yarl==1.9.4 +yarl==1.17.2 # via aiohttp zipp==3.20.0 # via importlib-metadata