From 8507cf7abf42b67f4f370009bf895ad3e2c9e02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:23:30 +0000 Subject: [PATCH] build(deps): bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- assets/service_now_notifications_handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/service_now_notifications_handler/requirements.txt b/assets/service_now_notifications_handler/requirements.txt index 7da5660..9b7c58f 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==44.0.1 \ No newline at end of file