From 70492866ba329f6f9c1c99e64b2e544338b58a27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2025 06:09:29 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-RASA-8623604 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43d997511..e8f92bd6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -rasa==2.8.21 # NB! when updating, make sure to also update: +rasa==3.6.21 # NB! when updating, make sure to also update: # * rasa-sdk base image in Dockerfile # * RASA_VERSION and RASA_X_VERSION in .github/workflows/continuous-deployment.yml -r actions/requirements-actions.txt