From 6c5b3be29d815e9ceedefa0adc37565adc555aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:15:09 +0000 Subject: [PATCH] build(deps): bump cryptography in /examples/python/client Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/python/client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/client/requirements.txt b/examples/python/client/requirements.txt index e05a095..02a5df2 100644 --- a/examples/python/client/requirements.txt +++ b/examples/python/client/requirements.txt @@ -1,4 +1,4 @@ # AVP reference client (Python), runtime dependency. # X25519 key agreement, HKDF-SHA256, AES-256-GCM, and Ed25519 signing all come # from this package; everything else is the standard library. -cryptography==48.0.0 +cryptography==49.0.0