From f8f454d1157da101605549e0f143ce950f95f7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:01:03 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 41.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2...41.0.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..4dfa8f70 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'msgpack==1.0.0', 'cssmin', 'beaker', - 'cryptography==3.2', + 'cryptography==41.0.2', 'webassets', 'python-ldap==3.1.0', 'exchangelib==2.2.0',