From 18eea8b06f29bf90144acb50acf709e736c5e75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:14:00 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.3.2 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) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0140b52..5385baa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==2.2.5 certifi==2019.3.9 cffi==1.12.3 chardet==3.0.4 -cryptography==2.7 +cryptography==3.3.2 deepmap_sdk==0.3 idna==2.8 isort==4.3.20 diff --git a/setup.py b/setup.py index 511ca64..e56bdc8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ INSTALL_REQUIRES = [ 'asn1crypto==0.24.0', 'astroid==2.2.5', 'certifi==2019.3.9', - 'cffi==1.12.3', 'chardet==3.0.4', 'cryptography==2.7', 'deepmap_sdk==1.0', + 'cffi==1.12.3', 'chardet==3.0.4', 'cryptography==3.3.2', 'deepmap_sdk==1.0', 'idna==2.8', 'isort==4.3.20', 'lazy-object-proxy==1.4.1', 'mccabe==0.6.1', 'pycparser==2.19', 'PyJWT==1.7.1', 'requests==2.22.0', 'six==1.12.0', 'typed-ast==1.4.3', 'urllib3==1.25.4', 'wrapt==1.11.1'