From fa4e2fb6143c71100a31885a62be82ce0676fc30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:14:50 +0000 Subject: [PATCH] build(deps): bump cryptography in /examples/python/server 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/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/server/requirements.txt b/examples/python/server/requirements.txt index 81c3217..806b235 100644 --- a/examples/python/server/requirements.txt +++ b/examples/python/server/requirements.txt @@ -1,4 +1,4 @@ # AVP reference server (Python), runtime dependency. # Only the Ed25519 challenge verification needs a third-party package; everything # else is the standard library (http.server, json, base64, secrets). -cryptography==48.0.0 +cryptography==49.0.0