From 6599b478ebc07fbf2c97034322702aeee42a65ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:20:42 +0000 Subject: [PATCH] build(deps): bump pysnc from 1.0.2 to 1.2.0 Bumps [pysnc](https://github.com/ServiceNow/PySNC) from 1.0.2 to 1.2.0. - [Release notes](https://github.com/ServiceNow/PySNC/releases) - [Commits](https://github.com/ServiceNow/PySNC/compare/1.0.2...1.2.0) --- updated-dependencies: - dependency-name: pysnc dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..0748e81 100644 --- a/assets/security_ir_client/requirements.txt +++ b/assets/security_ir_client/requirements.txt @@ -1,6 +1,6 @@ boto3>=1.37.7 aws-lambda-powertools>=2.30.2 requests>=2.31.0 -pysnc==1.0.2 +pysnc==1.2.0 PyJWT==2.8.0 cryptography==41.0.7 \ No newline at end of file diff --git a/assets/service_now_client/requirements.txt b/assets/service_now_client/requirements.txt index 1ce2405..2f7f06f 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 +pysnc==1.2.0 PyJWT==2.8.0 cryptography==41.0.7 \ 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..4c72738 100644 --- a/assets/service_now_notifications_handler/requirements.txt +++ b/assets/service_now_notifications_handler/requirements.txt @@ -1,5 +1,5 @@ boto3>=1.37.7 -pysnc==1.0.2 +pysnc==1.2.0 aws-lambda-powertools>=2.30.0 PyJWT==2.8.0 cryptography==41.0.7 \ No newline at end of file