From a4a9a598ab9f3e4b766770f8926fcbb546393ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:11:39 +0000 Subject: [PATCH] Bump cryptography from 37.0.1 to 38.0.2 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.1 to 38.0.2. - [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.1...38.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index d8f0a39..3c00f66 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.32 requests==2.27.1 uuid==1.30 mysql-connector-python==8.0.27 -cryptography==37.0.1 +cryptography==38.0.2 pycryptodome==3.11.0 Wand==0.6.7 \ No newline at end of file