Skip to content

Commit 7049286

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rasa==2.8.21 # NB! when updating, make sure to also update:
1+
rasa==3.6.21 # NB! when updating, make sure to also update:
22
# * rasa-sdk base image in Dockerfile
33
# * RASA_VERSION and RASA_X_VERSION in .github/workflows/continuous-deployment.yml
44
-r actions/requirements-actions.txt

0 commit comments

Comments
 (0)