From a08632118a22ef27338210c85b39fd5b081058c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:59:50 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 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/3.2...3.3.2) 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 e0b7dcd..15a3d25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ click==7.0 PyYAML==5.4 bincopy==16.0.0 easy_enum==0.2.0 -cryptography==3.2 +cryptography==3.3.2 pyusb==1.0.0; platform_system == 'Linux' pywinusb==0.4.2; platform_system == 'Windows' diff --git a/setup.py b/setup.py index f6e2611..190f91d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def long_description(): 'PyYAML==5.4', 'bincopy==16.0.0', 'easy_enum==0.2.0', - 'cryptography==3.2', + 'cryptography==3.3.2', 'pyusb==1.0.0;platform_system!="Windows"', 'pywinusb==0.4.2;platform_system=="Windows"' ],