From 71285cd6f148b276f2da407373a6165e041f3e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:20:02 +0000 Subject: [PATCH 1/3] Bump the pip group across 5 directories with 2 updates Bumps the pip group with 1 update in the /framework directory: [scapy](https://github.com/secdev/scapy). Bumps the pip group with 1 update in the /modules/test/conn/python directory: [scapy](https://github.com/secdev/scapy). Bumps the pip group with 1 update in the /modules/test/dns/python directory: [scapy](https://github.com/secdev/scapy). Bumps the pip group with 1 update in the /modules/test/ntp/python directory: [scapy](https://github.com/secdev/scapy). Bumps the pip group with 2 updates in the /modules/test/tls/python directory: [scapy](https://github.com/secdev/scapy) and [urllib3](https://github.com/urllib3/urllib3). Updates `scapy` from 2.5.0 to 2.7.0rc1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.5.0...v2.7.0rc1) Updates `scapy` from 2.6.0 to 2.7.0rc1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.5.0...v2.7.0rc1) Updates `scapy` from 2.6.0 to 2.7.0rc1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.5.0...v2.7.0rc1) Updates `scapy` from 2.6.0 to 2.7.0rc1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.5.0...v2.7.0rc1) Updates `scapy` from 2.6.0 to 2.7.0rc1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.5.0...v2.7.0rc1) Updates `urllib3` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: scapy dependency-version: 2.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: scapy dependency-version: 2.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: scapy dependency-version: 2.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: scapy dependency-version: 2.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: scapy dependency-version: 2.7.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- framework/requirements.txt | 2 +- modules/test/conn/python/requirements.txt | 2 +- modules/test/dns/python/requirements.txt | 2 +- modules/test/ntp/python/requirements.txt | 2 +- modules/test/tls/python/requirements-test.txt | 2 +- modules/test/tls/python/requirements.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index 1632ed3bb..ef883d27a 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -5,7 +5,7 @@ requests==2.32.5 docker==7.1.0 ipaddress==1.0.23 netifaces==0.11.0 -scapy==2.5.0 +scapy==2.7.0rc1 # Requirments for the test_orc module weasyprint==61.2 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 From 58421ebfdfb052078e85a6433cee4acaf3dcb9b6 Mon Sep 17 00:00:00 2001 From: kurilova Date: Fri, 23 Jan 2026 14:52:05 +0000 Subject: [PATCH 2/3] Update dependencies --- framework/requirements.txt | 87 ++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 45 deletions(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index ef883d27a..9fada7061 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -1,45 +1,42 @@ -# 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==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 +anyio==4.12.1 +boolean.py==5.0 +brotli==1.2.0 +CacheControl==0.14.4 +certifi==2026.1.4 +cffi==2.0.0 +charset-normalizer==3.4.4 +cssselect2==0.8.0 +cyclonedx-python-lib==11.6.0 +defusedxml==0.7.1 +filelock==3.20.3 +fonttools==4.61.1 +idna==3.11 +license-expression==30.4.4 +markdown-it-py==4.0.0 +mdurl==0.1.2 +msgpack==1.1.2 +packageurl-python==0.17.6 +packaging==26.0 +pillow==12.1.0 +pip-api==0.0.34 +pip-requirements-parser==32.0.1 +pip_audit==2.10.0 +platformdirs==4.5.1 +py-serializable==2.1.0 +pycparser==3.0 +pydyf==0.12.1 +Pygments==2.19.2 +pyparsing==3.3.2 +pyphen==0.17.2 +requests==2.32.5 +rich==14.2.0 +sortedcontainers==2.4.0 +starlette==0.52.1 +tinycss2==1.5.1 +tinyhtml5==2.0.0 +tomli==2.4.0 +tomli_w==1.2.0 +urllib3==2.6.3 +weasyprint==68.0 +webencodings==0.5.1 +zopfli==0.4.0 From 2f808ed16770f9b4d83bee265c49a34860d76338 Mon Sep 17 00:00:00 2001 From: kurilova Date: Mon, 26 Jan 2026 09:16:54 +0000 Subject: [PATCH 3/3] Update dependencies --- framework/requirements.txt | 83 ++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 40 deletions(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index 9fada7061..d863e7400 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -1,42 +1,45 @@ -anyio==4.12.1 -boolean.py==5.0 -brotli==1.2.0 -CacheControl==0.14.4 -certifi==2026.1.4 -cffi==2.0.0 -charset-normalizer==3.4.4 -cssselect2==0.8.0 -cyclonedx-python-lib==11.6.0 -defusedxml==0.7.1 -filelock==3.20.3 -fonttools==4.61.1 -idna==3.11 -license-expression==30.4.4 -markdown-it-py==4.0.0 -mdurl==0.1.2 -msgpack==1.1.2 -packageurl-python==0.17.6 -packaging==26.0 -pillow==12.1.0 -pip-api==0.0.34 -pip-requirements-parser==32.0.1 -pip_audit==2.10.0 -platformdirs==4.5.1 -py-serializable==2.1.0 -pycparser==3.0 -pydyf==0.12.1 -Pygments==2.19.2 -pyparsing==3.3.2 -pyphen==0.17.2 +# Requirements for the core module requests==2.32.5 -rich==14.2.0 -sortedcontainers==2.4.0 -starlette==0.52.1 -tinycss2==1.5.1 -tinyhtml5==2.0.0 -tomli==2.4.0 -tomli_w==1.2.0 -urllib3==2.6.3 + +# 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 -webencodings==0.5.1 -zopfli==0.4.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