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
6 changes: 3 additions & 3 deletions framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ pydyf==0.11.0
fastapi==0.115.0
psutil==5.9.8
uvicorn==0.27.0
python-multipart==0.0.22
python-multipart==0.0.31
pydantic==2.10.0

# Requirements for testing
pytest==7.4.4
pytest==9.0.3
pytest-timeout==2.2.0
responses==0.25.3

Expand All @@ -28,7 +28,7 @@ responses==0.25.3
markdown==3.5.2

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

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

# User defined packages
pyOpenSSL==25.3.0
pyOpenSSL==26.0.0
scapy==2.7.0
python-dateutil==2.9.0.post0
2 changes: 1 addition & 1 deletion modules/test/ntp/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# User defined packages
scapy==2.7.0
pyshark==0.6
aiohttp==3.13.5
aiohttp==3.14.1
ntplib==0.4.0
10 changes: 5 additions & 5 deletions modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ appdirs==1.4.4
certifi==2024.8.30
cffi==2.0.0
charset-normalizer==3.3.2
idna==3.8
idna==3.15
packaging==24.1
pycparser==2.22
pyshark==0.6
termcolor==2.4.0
urllib3==2.6.3
urllib3==2.7.0

# User defined packages
cryptography==46.0.6
pyOpenSSL==25.3.0
lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a
cryptography==48.0.1
pyOpenSSL==26.0.0
lxml==6.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a
requests==2.33.0
python-nmap==0.7.1

Loading