Skip to content

Commit 6339b9c

Browse files
committed
Update reqs
1 parent 600daa8 commit 6339b9c

2 files changed

Lines changed: 120 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ test = [
8686
"pytest-xdist==3.6.1",
8787
"pytest-timeout==2.3.1",
8888
"pytest-benchmark[histogram]==5.1.0; python_version >= '3.10'",
89-
"cryptography==49.0.0",
90-
"pyopenssl==26.3.0",
89+
"cryptography==49.0.0; python_version >= '3.11'",
90+
"pyopenssl==26.3.0; python_version >= '3.11'",
91+
"cryptography==46.0.7; python_version < '3.11'",
92+
"pyopenssl==26.0.0; python_version < '3.11'",
9193
"fasteners",
9294
"paramiko==5.0.0; platform_python_implementation != 'PyPy'",
9395
"libvirt-python==12.0.0",

0 commit comments

Comments
 (0)