From 93d9b77636775f1c5d6cfc7b364171006e864f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:41:28 +0000 Subject: [PATCH] Build(deps): Bump cryptography in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 46.0.6 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9c9560..b09f3c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -96,7 +96,7 @@ mcp>=1.2.0 # --- Cryptography --- # REM: Provides RSA, AES-GCM, x509 certificates for federation mTLS, # REM: secure storage encryption at rest, and trust key exchange. -cryptography==46.0.6 +cryptography==46.0.7 # --- PostgreSQL Database --- # REM: SQLAlchemy ORM for durable structured storage (audit, users, tenants, compliance).