From fb6dd1ef8789a38ec6a8e3c5d20460a879c13084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:46:05 +0000 Subject: [PATCH] Bump cryptography from 37.0.4 to 39.0.1 in /server Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.4...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index cb30fab..3fc2907 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ cffi==1.15.1 charset-normalizer==2.1.0 click==8.1.3 colored==1.4.3 -cryptography==37.0.4 +cryptography==39.0.1 Flask==1.1.1 Flask-Cors==3.0.10 Flask-SocketIO==4.3.1