From e10e6b1b3888f152ca8f17e192279911046d552b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:28:28 +0000 Subject: [PATCH] chore(deps): update pip packages: Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- samples/document-explorer/client_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/document-explorer/client_app/requirements.txt b/samples/document-explorer/client_app/requirements.txt index d64e89a..78dbaa0 100644 --- a/samples/document-explorer/client_app/requirements.txt +++ b/samples/document-explorer/client_app/requirements.txt @@ -1,5 +1,5 @@ boto3==1.35.72 -cryptography==43.0.3 +cryptography==44.0.0 pandas==2.2.3 PyJWT==2.10.1 python-dotenv==1.0.1