From 3bb100c420ac09051e9e64ca94f196f6af0a9d3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 04:36:35 +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-6808823 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 43d997511..0c847e36a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ rasa==2.8.21 # NB! when updating, make sure to also update: -r actions/requirements-actions.txt pytablewriter python-dotenv~=0.15.0 +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability