From 7d2ae85c064212ea3dfe56bcd9b6cedda6fc3311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:40:04 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 39.0.1. - [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...39.0.1) --- 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..557b649c 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'msgpack==1.0.0', 'cssmin', 'beaker', - 'cryptography==3.2', + 'cryptography==39.0.1', 'webassets', 'python-ldap==3.1.0', 'exchangelib==2.2.0',