From 848820659106420e559bceafc38f73b6e480e17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 22:47:54 +0000 Subject: [PATCH 1/2] Bump aiohttp from 3.12.14 to 3.13.3 in /app/backend --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 99beec0cf0..915eac00a4 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -6,7 +6,7 @@ aiofiles==24.1.0 # quart aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.12.14 +aiohttp==3.13.3 # via # -r requirements.in # microsoft-kiota-authentication-azure @@ -20,8 +20,6 @@ anyio==4.4.0 # openai asgiref==3.10.0 # via opentelemetry-instrumentation-asgi -async-timeout==5.0.1 - # via aiohttp attrs==25.3.0 # via aiohttp azure-ai-documentintelligence==1.0.2 @@ -97,11 +95,6 @@ cryptography==44.0.1 # pyjwt distro==1.9.0 # via openai -exceptiongroup==1.3.0 - # via - # anyio - # hypercorn - # taskgroup fixedint==0.1.6 # via azure-monitor-opentelemetry-exporter flask==3.1.2 @@ -124,7 +117,7 @@ hpack==4.1.0 # via h2 httpcore==1.0.9 # via httpx -httpx==0.28.1 +httpx[http2]==0.28.1 # via # microsoft-kiota-http # msgraph-core @@ -343,7 +336,7 @@ pydantic-core==2.41.4 # via pydantic pygments==2.19.2 # via rich -pyjwt==2.10.1 +pyjwt[crypto]==2.10.1 # via # -r requirements.in # msal @@ -388,14 +381,10 @@ soupsieve==2.7 # via beautifulsoup4 std-uritemplate==2.0.5 # via microsoft-kiota-abstractions -taskgroup==0.2.2 - # via hypercorn tenacity==9.1.2 # via -r requirements.in tiktoken==0.12.0 # via -r requirements.in -tomli==2.2.1 - # via hypercorn tqdm==4.66.5 # via openai types-beautifulsoup4==4.12.0.20240511 @@ -407,9 +396,6 @@ types-pillow==10.2.0.20240822 typing-extensions==4.15.0 # via # -r requirements.in - # aiosignal - # anyio - # asgiref # azure-ai-documentintelligence # azure-core # azure-cosmos @@ -417,19 +403,13 @@ typing-extensions==4.15.0 # azure-search-documents # azure-storage-blob # azure-storage-file-datalake - # exceptiongroup - # hypercorn - # multidict # openai # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions # pydantic # pydantic-core - # pypdf - # taskgroup # typing-inspection - # uvicorn typing-inspection==0.4.2 # via pydantic urllib3==2.5.0 From 532f1f8072978afe01dd5b03ba230655a3c48cd4 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Fri, 9 Jan 2026 15:23:01 -0800 Subject: [PATCH 2/2] Recompile requirements.txt with --python-version 3.10 --- app/backend/requirements.txt | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 915eac00a4..ff10b67440 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -20,6 +20,8 @@ anyio==4.4.0 # openai asgiref==3.10.0 # via opentelemetry-instrumentation-asgi +async-timeout==5.0.1 + # via aiohttp attrs==25.3.0 # via aiohttp azure-ai-documentintelligence==1.0.2 @@ -95,6 +97,11 @@ cryptography==44.0.1 # pyjwt distro==1.9.0 # via openai +exceptiongroup==1.3.1 + # via + # anyio + # hypercorn + # taskgroup fixedint==0.1.6 # via azure-monitor-opentelemetry-exporter flask==3.1.2 @@ -117,7 +124,7 @@ hpack==4.1.0 # via h2 httpcore==1.0.9 # via httpx -httpx[http2]==0.28.1 +httpx==0.28.1 # via # microsoft-kiota-http # msgraph-core @@ -336,7 +343,7 @@ pydantic-core==2.41.4 # via pydantic pygments==2.19.2 # via rich -pyjwt[crypto]==2.10.1 +pyjwt==2.10.1 # via # -r requirements.in # msal @@ -381,10 +388,14 @@ soupsieve==2.7 # via beautifulsoup4 std-uritemplate==2.0.5 # via microsoft-kiota-abstractions +taskgroup==0.2.2 + # via hypercorn tenacity==9.1.2 # via -r requirements.in tiktoken==0.12.0 # via -r requirements.in +tomli==2.3.0 + # via hypercorn tqdm==4.66.5 # via openai types-beautifulsoup4==4.12.0.20240511 @@ -396,6 +407,9 @@ types-pillow==10.2.0.20240822 typing-extensions==4.15.0 # via # -r requirements.in + # aiosignal + # anyio + # asgiref # azure-ai-documentintelligence # azure-core # azure-cosmos @@ -403,13 +417,19 @@ typing-extensions==4.15.0 # azure-search-documents # azure-storage-blob # azure-storage-file-datalake + # exceptiongroup + # hypercorn + # multidict # openai # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions # pydantic # pydantic-core + # pypdf + # taskgroup # typing-inspection + # uvicorn typing-inspection==0.4.2 # via pydantic urllib3==2.5.0