From 8cb71d26c6d654fd4bc8b7e10af5132ed83e5bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:20:40 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.3.1 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.1 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.3.1...3.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 069bc75..8a0d9be 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'Programming Language :: Python :: 3.7', ], description='Execute encrypted Python bytecode.', # Required - install_requires=['cryptography==2.3.1'], # Optional + install_requires=['cryptography==3.2'], # Optional keywords='cryptography encryption import pyce', # Optional license='Apache Software License Version 2.0', # Optional long_description=LONG_DESCRIPTION, # Optional