diff --git a/framework/requirements.txt b/framework/requirements.txt index 1632ed3bb..d863e7400 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -1,45 +1,45 @@ -# Requirements for the core module -requests==2.32.5 - -# Requirements for the net_orc module -docker==7.1.0 -ipaddress==1.0.23 -netifaces==0.11.0 -scapy==2.5.0 - -# Requirments for the test_orc module -weasyprint==61.2 -pydyf==0.8.0 - -# Requirements for the API -fastapi==0.109.1 -psutil==5.9.8 -uvicorn==0.27.0 -python-multipart==0.0.19 -pydantic==2.7.1 - -# Requirements for testing -pytest==7.4.4 -pytest-timeout==2.2.0 -responses==0.25.3 - - -# Requirements for the report -markdown==3.5.2 - -# Requirements for the session -cryptography==44.0.1 -pytz==2024.1 - -# Requirements for the risk profile -python-dateutil==2.9.0 - -# Requirements for MQTT client -paho-mqtt==2.1.0 - -# Requirements for background tasks -APScheduler==3.10.4 - -# Requirements for reports generation -Jinja2==3.1.6 -beautifulsoup4==4.12.3 +# Requirements for the core module +requests==2.32.5 + +# Requirements for the net_orc module +docker==7.1.0 +ipaddress==1.0.23 +netifaces==0.11.0 +scapy==2.7.0rc1 + +# Requirments for the test_orc module +weasyprint==68.0 +pydyf==0.11.0 + +# Requirements for the API +fastapi==0.115.0 +psutil==5.9.8 +uvicorn==0.27.0 +python-multipart==0.0.19 +pydantic==2.10.0 + +# Requirements for testing +pytest==7.4.4 +pytest-timeout==2.2.0 +responses==0.25.3 + + +# Requirements for the report +markdown==3.5.2 + +# Requirements for the session +cryptography==44.0.1 +pytz==2024.1 + +# Requirements for the risk profile +python-dateutil==2.9.0 + +# Requirements for MQTT client +paho-mqtt==2.1.0 + +# Requirements for background tasks +APScheduler==3.10.4 + +# Requirements for reports generation +Jinja2==3.1.6 +beautifulsoup4==4.12.3 diff --git a/modules/test/conn/python/requirements.txt b/modules/test/conn/python/requirements.txt index d0f5db19a..4170e467e 100644 --- a/modules/test/conn/python/requirements.txt +++ b/modules/test/conn/python/requirements.txt @@ -8,5 +8,5 @@ six==1.16.0 # User defined packages pyOpenSSL==24.3.0 -scapy==2.6.0 +scapy==2.7.0rc1 python-dateutil==2.9.0.post0 diff --git a/modules/test/dns/python/requirements.txt b/modules/test/dns/python/requirements.txt index f61132516..ef3a5f7bc 100644 --- a/modules/test/dns/python/requirements.txt +++ b/modules/test/dns/python/requirements.txt @@ -3,4 +3,4 @@ # packages to prevent auto-upgrades of stable dependencies # User defined packages -scapy==2.6.0 +scapy==2.7.0rc1 diff --git a/modules/test/ntp/python/requirements.txt b/modules/test/ntp/python/requirements.txt index d4940253f..2f3364a5c 100644 --- a/modules/test/ntp/python/requirements.txt +++ b/modules/test/ntp/python/requirements.txt @@ -3,6 +3,6 @@ # packages to prevent auto-upgrades of stable dependencies # User defined packages -scapy==2.6.0 +scapy==2.7.0rc1 pyshark==0.6 dnspython==2.8.0 \ No newline at end of file diff --git a/modules/test/tls/python/requirements-test.txt b/modules/test/tls/python/requirements-test.txt index 10f9fa8d1..615731cf8 100644 --- a/modules/test/tls/python/requirements-test.txt +++ b/modules/test/tls/python/requirements-test.txt @@ -3,4 +3,4 @@ # packages to prevent auto-upgrades of stable dependencies # User defined packages -scapy==2.6.0 +scapy==2.7.0rc1 diff --git a/modules/test/tls/python/requirements.txt b/modules/test/tls/python/requirements.txt index bd500dc76..47bab2436 100644 --- a/modules/test/tls/python/requirements.txt +++ b/modules/test/tls/python/requirements.txt @@ -10,7 +10,7 @@ packaging==24.1 pycparser==2.22 pyshark==0.6 termcolor==2.4.0 -urllib3==2.5.0 +urllib3==2.6.0 # User defined packages cryptography==44.0.1