From afaa3a49c2724e717ca60ec81e5ae40744479366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:33:03 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.8.0 to 2.10.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.10.1. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.10.1 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 5985fa9..3665ce4 100644 --- a/assets/security_ir_client/requirements.txt +++ b/assets/security_ir_client/requirements.txt @@ -2,5 +2,5 @@ boto3>=1.37.7 aws-lambda-powertools>=2.30.2 requests>=2.31.0 pysnc==1.0.2 -PyJWT==2.8.0 +PyJWT==2.10.1 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 98aeea1..59d6ae0 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 +PyJWT==2.10.1 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 7dfea07..5954a2b 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 aws-lambda-powertools>=2.30.0 -PyJWT==2.8.0 +PyJWT==2.10.1 cryptography==46.0.3 \ No newline at end of file