From 64023df18d62c01881b9de1e535b9f69e1378337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 20:09:51 +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) --- 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 37305386..7cab9dd8 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'msgpack==1.0.0', 'cssmin', 'beaker', - 'cryptography==3.2', + 'cryptography==3.3.2', 'webassets', 'python-ldap==3.1.0', 'exchangelib==2.2.0',