From 5231c30376e6b796d00dad63361e44ce0f9d02ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:33:49 +0000 Subject: [PATCH] Bump cryptography from 37.0.2 to 39.0.1 in /app Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.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/37.0.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c88f4a6..38c6d31 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,7 +3,7 @@ attrs==21.4.0 autopep8==1.6.0 certifi==2022.6.15 cffi==1.15.1 -cryptography==37.0.2 +cryptography==39.0.1 h11==0.13.0 idna==3.3 outcome==1.2.0