From 59885768549e4fb7f7f22b2f34f45cf1c409a56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:57:22 +0000 Subject: [PATCH] Bump cryptography from 2.4 to 39.0.1 in /src/backend/main/py.storage Bumps [cryptography](https://github.com/pyca/cryptography) from 2.4 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/2.4...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/main/py.storage/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/main/py.storage/setup.py b/src/backend/main/py.storage/setup.py index 4d5235ccab..2b02a78dfc 100644 --- a/src/backend/main/py.storage/setup.py +++ b/src/backend/main/py.storage/setup.py @@ -14,7 +14,7 @@ requires = [ 'setuptools', - 'cryptography==2.4', + 'cryptography==39.0.1', 'six == 1.10.0', # https://github.com/SecurityInnovation/PGPy/issues/217 'bcrypt', 'PyYAML',