From c89478ed881f8c31b2d9199d3abdb661cf7af9f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Jul 2022 17:36:41 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-UJSON-2942122 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 987f6a1..0765b3e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.65.2 fastapi_contrib==0.2.10 uvicorn==0.16.0 starlette -ujson==4.0.2 +ujson==5.4.0 python-dotenv==0.18.0 pytz==2021.1 python-libnessus