Skip to content

Commit 65178a5

Browse files
himani2411Himani Anil Deshpande
andauthored
[Dependency] Upgrade python-jose to 3.4.0. (#393)
Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent 7bbe1d7 commit 65178a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ boto3==1.24.30
55
requests==2.32.0
66
urllib3==1.26.19
77
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
8-
python-jose[cryptography]==3.3.0
8+
python-jose[cryptography]==3.4.0
99
cryptography==43.0.1
1010
PyYAML==6.0.2
1111
pytest==7.2.2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ packaging==23.1
6464
# pytest
6565
pluggy==1.0.0
6666
# via pytest
67-
pyasn1==0.5.0
67+
pyasn1==0.4.8
6868
# via
6969
# python-jose
7070
# rsa
@@ -78,7 +78,7 @@ pytest-mock==3.8.2
7878
# via -r requirements.in
7979
python-dateutil==2.8.2
8080
# via botocore
81-
python-jose[cryptography]==3.3.0
81+
python-jose[cryptography]==3.4.0
8282
# via -r requirements.in
8383
pyyaml==6.0.2
8484
# via -r requirements.in

0 commit comments

Comments
 (0)