commit | 422bbb7f191e9bc1a16a739d1a389c9a84e0ca63 | [log] [tgz] |
---|---|---|
author | dshishliannikov <dshishliannikov@mirantis.com> | Wed Nov 02 12:29:35 2022 -0400 |
committer | Michal Kobus <mkobus@mirantis.com> | Thu Nov 03 07:26:13 2022 +0000 |
tree | 43388099350f0feaaec6aada9c5626a4338df1ca | |
parent | 532052d2ae375282bc06729d10a879c2378d7915 [diff] |
bump cryptography package to fix CVE-2022-3786 and CVE-2022-3602 https://cryptography.io/en/latest/changelog/#v38-0-3 Change-Id: I522e4a030cec53623be36a5e56d4a686877d7e8f Related-to: MKE-9302
diff --git a/requirements.txt b/requirements.txt index 4a55cdb..dddd94f 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,7 +5,7 @@ cffi==1.14.5 chardet==4.0.0 click==8.0.1 -cryptography==38.0.0 +cryptography==38.0.3 enum34==1.1.10 Flask==2.0.1 idna==2.10