From 6e87750eed9e6ccc14760ededaac14420bd4f52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:12:30 +0000 Subject: [PATCH] Bump cryptography from 42.0.5 to 43.0.1 in /src Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...43.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 768772a..26c0bf4 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==43.0.1 # via # azure-identity # msal