From 8a366fa175926c3362ed2b4f9f27f0299a8cf399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:28:14 +0000 Subject: [PATCH] Bump cryptography Bumps the pip group with 1 update in the /src/demo-function directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 45.0.6 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.6...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- src/demo-function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo-function/requirements.txt b/src/demo-function/requirements.txt index 5d88e5a..7e1ce79 100644 --- a/src/demo-function/requirements.txt +++ b/src/demo-function/requirements.txt @@ -1,3 +1,3 @@ cffi==1.17.1 -cryptography==45.0.6 +cryptography==46.0.5 pycparser==2.22