From 17feed59d45746490338036ffa2c83cc0f77f297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:33:35 +0000 Subject: [PATCH] Bump cryptography in /verifiers-reference-implementation/python-server Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../python-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verifiers-reference-implementation/python-server/requirements.txt b/verifiers-reference-implementation/python-server/requirements.txt index 6784ffa..5f62361 100644 --- a/verifiers-reference-implementation/python-server/requirements.txt +++ b/verifiers-reference-implementation/python-server/requirements.txt @@ -1,5 +1,5 @@ Flask==2.2.5 -cryptography==41.0.1 +cryptography==46.0.5 cbor2==5.4.6 gunicorn==20.1.0 isomdoc==0.0.4