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
Expand Up @@ -15,7 +15,7 @@ pydyf==0.11.0
fastapi==0.115.0
psutil==5.9.8
uvicorn==0.27.0
python-multipart==0.0.19
python-multipart==0.0.22
pydantic==2.10.0

# Requirements for testing
Expand All @@ -28,7 +28,7 @@ responses==0.25.3
markdown==3.5.2

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

# Requirements for the risk profile
Expand Down
2 changes: 1 addition & 1 deletion modules/network/base/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependencies to user defined packages
# Package dependencies should always be defined before the user defined
# packages to prevent auto-upgrades of stable dependencies
protobuf==6.32.1
protobuf==6.33.5

# User defined packages
grpcio==1.75.1
Expand Down
2 changes: 1 addition & 1 deletion modules/test/base/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependencies to user defined packages
# Package dependencies should always be defined before the user defined
# packages to prevent auto-upgrades of stable dependencies
protobuf==6.32.1
protobuf==6.33.5

# User defined packages
grpcio==1.75.1
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.5
pycparser==2.22
six==1.16.0

Expand Down
4 changes: 2 additions & 2 deletions modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ packaging==24.1
pycparser==2.22
pyshark==0.6
termcolor==2.4.0
urllib3==2.6.0
urllib3==2.6.3

# User defined packages
cryptography==44.0.1
cryptography==46.0.5
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
Expand Down
Loading