Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==38.0.0 # Do not upgrade until TLS module can be fixed to account for removed x509 property in version 39
pyOpenSSL==23.0.0
cryptography==43.0.1
pyOpenSSL==24.2.1
lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a python crash
pyshark==0.6
requests==2.32.3