From 343b034dc24647a6a128e8002177fe235e611da5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 05:30:03 +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 ecb3e16..648f298 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -anyio==3.3.4 +anyio==4.4.0 asgiref==3.4.1 astroid==2.8.3 async-generator==1.10