From 81e801f60b48199e45a52dc6cee474044fc8b80c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 05:06:18 +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-ANYIO-7361842 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c7d43b8..1878285 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ # aiofiles==23.2.1 # via -r ./requirements.in -anyio==4.0.0 +anyio==4.4.0 # via starlette attrs==23.1.0 # via jsonschema