diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-09-24 00:05:04 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-09-24 00:05:08 +0000 |
commit | 051b1fdea2b6140cebdd9a7b7736942f0dd63172 (patch) | |
tree | 73faaf7d039818b0d4c65631fa74b69d15943dd2 | |
parent | 716a897578e1f084cc8c13b31834a1f4a93c7b08 (diff) |
Fix docker startup error2.4.1
Change-Id: I66e61d1c8c75efd4838a588cc0f5c1bb1ce36d8f
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3268
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | requirements-common.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index b1206ec..f58fc8c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.4.1] - 2022/08/19 +## [2.4.1] - 2022/09/23 - [DCAEGEN2-2837] Heartbeat ms: remove unnecessary parenthesis, use lowercase variable name +- [DCAEGEN2-3268] Fix cryptography version to 37.0.4 ## [2.4.0] - 2021/10/12 ### Changed diff --git a/requirements-common.txt b/requirements-common.txt index 0ab8d1f..3981113 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -6,3 +6,4 @@ httplib2==0.19.0 HTTPretty==1.0.5 pyOpenSSL==20.0.1 Wheel==0.36.2 +cryptography==37.0.4 |