We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf843e7 commit 8483f8aCopy full SHA for 8483f8a
requirements-tests.txt
@@ -5,10 +5,11 @@ pytest==8.1.1
5
pytest-xdist==3.5.0
6
pytest-timeout==2.2.0
7
pytest-benchmark[histogram]==4.0.0
8
-cryptography==42.0.5
+cryptography==44.0.0
9
10
# NOTE: Only needed by nttcis loadbalancer driver
11
-pyopenssl==24.1.0
+# We need to use >= 25.0.0 to be compatible with cryptography >= 43
12
+pyopenssl==25.0.0
13
14
# Required by subset of tests
15
fasteners
0 commit comments