From 58fe872a44cea9cb23e5abf52e0ca3a518160b3f Mon Sep 17 00:00:00 2001 From: Rohan Balkondekar Date: Mon, 6 Oct 2025 15:03:12 +0800 Subject: [PATCH] fix: upgrade packages to address security vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Jinja2: 3.1.2 → 3.1.6 - aiohttp: 3.10.2 → 3.12.15 - azure-identity: 1.15.0 → 1.25.0 - urllib3: 2.0.7 → 2.5.0 - starlette: 0.37.2 → 0.48.0 - boto3: 1.33.6 → 1.40.45 (dependency resolution) - fastapi: 0.115.6 → 0.118.0 (dependency resolution) All unit tests passing (192/192) --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50658b69..3338d637 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -aiohttp==3.10.2 +aiohttp==3.12.15 anthropic>=0.52.0 #anthropic[vertex]==0.47.1 atlassian-python-api==3.41.4 azure-devops==7.1.0b3 -azure-identity==1.15.0 -boto3==1.33.6 +azure-identity==1.25.0 +boto3==1.40.45 certifi==2024.8.30 dynaconf==3.2.4 -fastapi==0.115.6 +fastapi==0.118.0 GitPython==3.1.41 google-cloud-aiplatform==1.38.0 google-generativeai==0.8.3 google-cloud-storage==2.10.0 -Jinja2==3.1.2 +Jinja2==3.1.6 litellm==1.73.6 loguru==0.7.2 msrest==0.7.1