Skip to content

Commit 77c253f

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923
1 parent 6935627 commit 77c253f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ rasa==2.8.21 # NB! when updating, make sure to also update:
44
-r actions/requirements-actions.txt
55
pytablewriter
66
python-dotenv~=0.15.0
7+
aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)