From fa450ac02b94f55ba654f0951b1ceff2fca435e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 21:26:56 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 3.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/3.2.1...3.3.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 15042f5..c4335c1 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run(self): keywords='cli', packages=find_packages(exclude=['docs', 'tests*']), install_requires=['click==7.1.2', - 'cryptography==3.2.1', + 'cryptography==3.3.2', 'prettytable', 'requests', 'netifaces',