From e3e66b5836e2c8ae7840eacf0827344a066bdd3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 09:31:59 +0000 Subject: [PATCH] fix: gsam_ottomator_agent/base_python_docker/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-STARLETTE-10874054 --- gsam_ottomator_agent/base_python_docker/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gsam_ottomator_agent/base_python_docker/requirements.txt b/gsam_ottomator_agent/base_python_docker/requirements.txt index f7528e7..3be8946 100644 --- a/gsam_ottomator_agent/base_python_docker/requirements.txt +++ b/gsam_ottomator_agent/base_python_docker/requirements.txt @@ -4,3 +4,4 @@ pydantic supabase python-dotenv asyncpg +starlette>=0.47.2 # not directly required, pinned by Snyk to avoid a vulnerability