Skip to content
Open
Show file tree
Hide file tree
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 framework/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements for the core module
requests==2.32.5
requests==2.33.0

# Requirements for the net_orc module
docker==7.1.0
Expand Down Expand Up @@ -28,7 +28,7 @@ responses==0.25.3
markdown==3.5.2

# Requirements for the session
cryptography==44.0.1
cryptography==46.0.6
pytz==2024.1

# Requirements for the risk profile
Expand Down
2 changes: 1 addition & 1 deletion modules/test/conn/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Package dependencies should always be defined before the user defined
# packages to prevent auto-upgrades of stable dependencies
cffi==1.17.1
cryptography==44.0.1
cryptography==46.0.6
pycparser==2.22
six==1.16.0

Expand Down
6 changes: 3 additions & 3 deletions modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ termcolor==2.4.0
urllib3==2.6.0

# User defined packages
cryptography==44.0.1
cryptography==46.0.6
pyOpenSSL==24.3.0
lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a
requests==2.32.5
requests==2.33.0
python-nmap==0.7.1
requests==2.32.5
requests==2.33.0
Loading