From 4e0cd5375242ad5e7ba4cae24bfca56a6cb5fb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:47:12 +0000 Subject: [PATCH] chore(deps): bump cryptography in /securityportal-mock Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- securityportal-mock/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securityportal-mock/requirements.txt b/securityportal-mock/requirements.txt index e885fa4..8071e5e 100644 --- a/securityportal-mock/requirements.txt +++ b/securityportal-mock/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.104.0 uvicorn==0.24.0 httpx==0.25.0 PyJWT==2.12.0 -cryptography==46.0.7 +cryptography==50.0.0 PyYAML==6.0.2