Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-09-05 13:31:21 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-09-05 13:31:33 +0300
commit25e84383225a29f769e362250654ddf256d06261 (patch)
tree67bdc1645d1384f05337660b05493af7e440dbf6
parent29f4f7c380c860a95b9375813f4b199b2e6b5556 (diff)
Upgrade rsa to 4.7 to fix a vulnerabilityHEADmaster
-rw-r--r--transformer-intro/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/transformer-intro/requirements.txt b/transformer-intro/requirements.txt
index 738927a..ae38867 100644
--- a/transformer-intro/requirements.txt
+++ b/transformer-intro/requirements.txt
@@ -1,2 +1,3 @@
+rsa>=4.7
sacrebleu>=2.0.0
unbabel-comet>=1.0.1