From b2f9ff26fc262eb1c2693cb24fd0104304a3aa5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:15:26 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 41.0.3 in /api Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.9.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 6bf06db..5879055 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ aniso8601==8.0.0 certifi==2020.6.20 cffi==1.14.0 click==7.1.2 -cryptography==2.9.2 +cryptography==41.0.3 elasticsearch==7.8.0 elasticsearch-dsl==7.2.1 Flask==1.1.2