From 7ad6c2855a4bd2b2661982af0630857c2173766c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:53:06 +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/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b020fa59..e233fa8e 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'clickclick==20.10.2', 'coloredlogs==10.0', 'connexion==2.3.0', - 'cryptography==3.2.1', + 'cryptography==3.3.2', 'Flask==1.1.4', 'Flask-Cors==3.0.9', 'Flask-JWT-Extended==3.13.1',