From 08f1da839d38d92995e4b1f9a9319e831615b58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:53:53 +0000 Subject: [PATCH] Bump cryptography from 3.0.0 to 39.0.1 in /src Bumps [cryptography](https://github.com/pyca/cryptography) from 3.0.0 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.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 8b71a1d05..cf5e3a8c7 100644 --- a/src/setup.py +++ b/src/setup.py @@ -35,7 +35,7 @@ 'simple_salesforce==0.74.3', 'pdpyras==4.0', 'duo_client==4.2.3', - 'cryptography==3.0.0', + 'cryptography==39.0.1', 'requests==2.23.0', ], extras_require={