Skip to content

Commit 8483f8a

Browse files
committed
fix: Update cryptography test dependency to avoid security check GHA
workflow failure due to known vulnerability.
1 parent cf843e7 commit 8483f8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements-tests.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ pytest==8.1.1
55
pytest-xdist==3.5.0
66
pytest-timeout==2.2.0
77
pytest-benchmark[histogram]==4.0.0
8-
cryptography==42.0.5
8+
cryptography==44.0.0
99

1010
# NOTE: Only needed by nttcis loadbalancer driver
11-
pyopenssl==24.1.0
11+
# We need to use >= 25.0.0 to be compatible with cryptography >= 43
12+
pyopenssl==25.0.0
1213

1314
# Required by subset of tests
1415
fasteners

0 commit comments

Comments
 (0)