From 8bf47221faf99e90639c7e54553dbf59585c0725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:18:13 +0000 Subject: [PATCH] Bump cryptography from 43.0.3 to 44.0.1 in /front_end Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- front_end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/requirements.txt b/front_end/requirements.txt index 7558659..4b768f4 100644 --- a/front_end/requirements.txt +++ b/front_end/requirements.txt @@ -5,4 +5,4 @@ requests==2.26.0 msal==1.31.0 Flask-Session==0.8.0 pyjwt==2.9.0 -cryptography==43.0.3 \ No newline at end of file +cryptography==44.0.1 \ No newline at end of file