From 5f2d156e1eac1fedbde79460d67cdd61c1bcad66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 10:57:54 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.3.2 in /objectModel/Python Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.7...3.3.2) Signed-off-by: dependabot[bot] --- objectModel/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectModel/Python/requirements.txt b/objectModel/Python/requirements.txt index 2ada823544..6832e915eb 100644 --- a/objectModel/Python/requirements.txt +++ b/objectModel/Python/requirements.txt @@ -8,7 +8,7 @@ certifi==2019.6.16 cffi==1.12.3 chardet==3.0.4 colorama==0.4.1 -cryptography==2.7 +cryptography==3.3.2 idna==2.8 importlib-metadata==0.19 isort==4.3.4