From 7327b11479e1d48963d852d0cda120d49dcb41ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 04:38:14 +0000 Subject: [PATCH] fix: devops-tools/middleware-agent/python/fastapi-upload-example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- .../python/fastapi-upload-example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devops-tools/middleware-agent/python/fastapi-upload-example/requirements.txt b/devops-tools/middleware-agent/python/fastapi-upload-example/requirements.txt index 1a65c51..2044443 100644 --- a/devops-tools/middleware-agent/python/fastapi-upload-example/requirements.txt +++ b/devops-tools/middleware-agent/python/fastapi-upload-example/requirements.txt @@ -11,3 +11,4 @@ mock python-multipart middleware-apm requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability