From 1953be65d5ceeb6f379e497080d856449c2e20c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 03:33:41 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ANYIO-7361842 --- app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3167650..82d5fd1 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,4 +2,5 @@ fastapi sqlalchemy flask_bcrypt uuid -uvicorn \ No newline at end of file +uvicorn +anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file