diff --git a/framework/requirements.txt b/framework/requirements.txt index 5361caef1..0d6245c31 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -1,5 +1,5 @@ # Requirements for the core module -requests==2.33.0 +requests==2.34.2 # Requirements for the net_orc module docker==7.1.0 @@ -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 @@ -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 diff --git a/modules/network/base/python/requirements.txt b/modules/network/base/python/requirements.txt index 58bcd7b34..5ce3fe5f6 100644 --- a/modules/network/base/python/requirements.txt +++ b/modules/network/base/python/requirements.txt @@ -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.33.5 +protobuf==7.35.1 # User defined packages grpcio==1.75.1 diff --git a/modules/test/base/python/requirements.txt b/modules/test/base/python/requirements.txt index f00be89cb..b9c32a1be 100644 --- a/modules/test/base/python/requirements.txt +++ b/modules/test/base/python/requirements.txt @@ -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.33.5 +protobuf==7.35.1 # User defined packages grpcio==1.75.1 diff --git a/modules/test/conn/python/requirements.txt b/modules/test/conn/python/requirements.txt index 0eaca2e07..32eb2e1a4 100644 --- a/modules/test/conn/python/requirements.txt +++ b/modules/test/conn/python/requirements.txt @@ -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 diff --git a/modules/test/tls/python/requirements.txt b/modules/test/tls/python/requirements.txt index 9d0578d6e..952ec5c0c 100644 --- a/modules/test/tls/python/requirements.txt +++ b/modules/test/tls/python/requirements.txt @@ -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 -requests==2.33.0 +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.34.2 python-nmap==0.7.1