Skip to content

Commit 8e6798d

Browse files
committed
[Dependencies] Upgrade cryptography from 42.0.2 to 42.0.4.
1 parent d6def93 commit 8e6798d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ requests==2.31.0
66
urllib3==1.26.18
77
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
88
python-jose[cryptography]==3.3.0
9+
cryptography==42.0.4
910
PyYAML==6.0
1011
pytest==7.2.2
1112
pytest-mock==3.8.2

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ charset-normalizer==2.1.1
2424
# via requests
2525
click==8.1.3
2626
# via flask
27-
cryptography==42.0.2
28-
# via python-jose
27+
cryptography==42.0.4
28+
# via
29+
# -r requirements.in
30+
# python-jose
2931
ecdsa==0.18.0
3032
# via python-jose
3133
exceptiongroup==1.1.1

0 commit comments

Comments
 (0)