diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-02-21 12:23:36 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-02-21 12:23:36 +0530 |
commit | be91a8ed6b2363ff927680a8054d545842a7d8e9 (patch) | |
tree | 8531a0f6928f538a6ffa11dae82a930846d47bcb | |
parent | 322ec218c59130c493c10cf24d8fc2045ab5526c (diff) |
Fix for OSDF merge job failing
Issue-ID: OPTFRA-912
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: I5a68c2f5e1d4df690961076a45a145efa13d8732
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 677062e..956ec7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.4.2 +cryptography==3.3.2 docutils>=0.12 docopt>=0.6.2 Flask>=0.11.1 |