From a1f3d2501568cd77052d550a7f8ef8b93e2c8f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:22:43 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 41.0.0 in /api Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...41.0.0) --- 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 7a7252b..db6fa0e 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ accept-types==0.4.1 -cryptography==3.4.7 +cryptography==41.0.0 dask==2021.3.1 fastapi==0.92.0 Fiona==1.8.18