From e8a421b64ca288f4e598ffad5c858345ab2c1bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:52:38 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 41.0.2 in /api Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.9.2...41.0.2) --- 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..f1d26fa 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.2 elasticsearch==7.8.0 elasticsearch-dsl==7.2.1 Flask==1.1.2