diff --git a/devops-tools/fastapi/other-examples/fastapi-upload-example/requirements.txt b/devops-tools/fastapi/other-examples/fastapi-upload-example/requirements.txt index 3dba6cd..7953137 100644 --- a/devops-tools/fastapi/other-examples/fastapi-upload-example/requirements.txt +++ b/devops-tools/fastapi/other-examples/fastapi-upload-example/requirements.txt @@ -11,3 +11,4 @@ mock python-multipart 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 +anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability