From 577e8d2e6258a75d9b9433915998e864d3c58c69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 11:15:47 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d9ae04b8..d6400408f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -107,4 +107,5 @@ tabulate>=0.9.0 packaging>=23.1 jsonschema>=4.23.0 -spacy==3.7.5 \ No newline at end of file +spacy==3.7.5 +aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file