From 7165b2867ae8d372c51b216de293438a881d2f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:23:00 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 41.0.6 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/41.0.6/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...41.0.6) --- 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 e1661c3..7a20130 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.30 requests==2.25.1 uuid==1.30 mysql-connector-python==8.0.25 -cryptography==3.4.7 +cryptography==41.0.6 pycryptodome==3.10.1 Wand==0.6.6 \ No newline at end of file