From 3317e1d56deadc76dc7afe590883ce8e582dbfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:07:26 +0000 Subject: [PATCH] Bump cryptography Bumps the pip group with 1 update in the /eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 44.0.2 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../cdk/requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk/requirements.txt b/eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk/requirements.txt index 768d2528a..5e1ba7cbd 100644 --- a/eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk/requirements.txt +++ b/eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk/requirements.txt @@ -42,7 +42,7 @@ cdk-nag==2.35.76 # via -r requirements.in certifi==2025.1.31 # via requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.1 # via requests @@ -57,7 +57,7 @@ constructs==10.4.2 # cdk-nag coverage==7.8.0 # via pytest-cov -cryptography==44.0.2 +cryptography==46.0.5 # via moto dill==0.4.0 # via pylint @@ -216,10 +216,11 @@ typing-extensions==4.13.2 # aws-lambda-powertools # black # cattrs + # cryptography # jsii # pylint # rich -urllib3==2.6.3 +urllib3==1.26.20 # via # botocore # requests