From d89de7bdf4115d1241dee839dd829b573285ca85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:20:54 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.7 to 46.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- assets/security_ir_client/requirements.txt | 2 +- assets/service_now_client/requirements.txt | 2 +- assets/service_now_notifications_handler/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/security_ir_client/requirements.txt b/assets/security_ir_client/requirements.txt index 80f8b6c..5985fa9 100644 --- a/assets/security_ir_client/requirements.txt +++ b/assets/security_ir_client/requirements.txt @@ -3,4 +3,4 @@ aws-lambda-powertools>=2.30.2 requests>=2.31.0 pysnc==1.0.2 PyJWT==2.8.0 -cryptography==41.0.7 \ No newline at end of file +cryptography==46.0.3 \ No newline at end of file diff --git a/assets/service_now_client/requirements.txt b/assets/service_now_client/requirements.txt index 1ce2405..98aeea1 100644 --- a/assets/service_now_client/requirements.txt +++ b/assets/service_now_client/requirements.txt @@ -1,4 +1,4 @@ boto3>=1.37.7 pysnc==1.0.2 PyJWT==2.8.0 -cryptography==41.0.7 \ No newline at end of file +cryptography==46.0.3 \ No newline at end of file diff --git a/assets/service_now_notifications_handler/requirements.txt b/assets/service_now_notifications_handler/requirements.txt index 7da5660..7dfea07 100644 --- a/assets/service_now_notifications_handler/requirements.txt +++ b/assets/service_now_notifications_handler/requirements.txt @@ -2,4 +2,4 @@ boto3>=1.37.7 pysnc==1.0.2 aws-lambda-powertools>=2.30.0 PyJWT==2.8.0 -cryptography==41.0.7 \ No newline at end of file +cryptography==46.0.3 \ No newline at end of file