From dc68400e995b92f593b00af67385d51c275dc01c Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Wed, 19 Feb 2025 10:45:25 -0500 Subject: [PATCH] [Dependency] Upgrade python-jose to 3.4.0. --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 4cc7c575..ace90d0f 100644 --- a/requirements.in +++ b/requirements.in @@ -5,7 +5,7 @@ boto3==1.24.30 requests==2.32.0 urllib3==1.26.19 # Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/ -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 cryptography==43.0.1 PyYAML==6.0.2 pytest==7.2.2 diff --git a/requirements.txt b/requirements.txt index 19ad861a..195bbd2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ packaging==23.1 # pytest pluggy==1.0.0 # via pytest -pyasn1==0.5.0 +pyasn1==0.4.8 # via # python-jose # rsa @@ -78,7 +78,7 @@ pytest-mock==3.8.2 # via -r requirements.in python-dateutil==2.8.2 # via botocore -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 # via -r requirements.in pyyaml==6.0.2 # via -r requirements.in