From ad1f3ae02e25dca74870d53f37bf922ecb076517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:45:51 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pack/examples/08-interactive-submission/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canton/community/app/src/pack/examples/08-interactive-submission/requirements.txt b/canton/community/app/src/pack/examples/08-interactive-submission/requirements.txt index a4a5bbbc4a..b685697317 100644 --- a/canton/community/app/src/pack/examples/08-interactive-submission/requirements.txt +++ b/canton/community/app/src/pack/examples/08-interactive-submission/requirements.txt @@ -1,3 +1,3 @@ -cryptography==44.0.1 +cryptography==50.0.0 grpcio-tools==1.70.0 protobuf==5.29.3