From d6656ddaf1f8bffb99f65b220cabd877b2a086a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:32:48 +0000 Subject: [PATCH] Bump cryptography from 42.0.5 to 44.0.1 in /src Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d40af380..2c355bb3 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -41,7 +41,7 @@ click==8.1.7 # flask # quart # uvicorn -cryptography==42.0.5 +cryptography==44.0.1 # via # azure-identity # msal