From 5ac8cf1d94b21fca231fbced76c55d4a15134fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:42:59 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 41.0.3 in /api Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...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 7a7252b..9945e23 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.3 dask==2021.3.1 fastapi==0.92.0 Fiona==1.8.18