From afd9d1b66450c2ea79401551b6063ebb0837246e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 08:10:41 +0000 Subject: [PATCH] :arrow_up: Bump cryptography in /server/projects/file Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/projects/file/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/file/requirements.txt b/server/projects/file/requirements.txt index e1abb01f5..7b63e2e3e 100644 --- a/server/projects/file/requirements.txt +++ b/server/projects/file/requirements.txt @@ -26,7 +26,7 @@ minio==7.1.0 # for password pyaes==1.6.1 pycryptodome==3.9.8 -cryptography==39.0.1 +cryptography==41.0.0 # for monitor django-prometheus==2.0.0