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