From 212ba790967b2c85619f76d427aef2a5b62b6cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:33:18 +0000 Subject: [PATCH] Bump the pip group across 5 directories with 4 updates Bumps the pip group with 2 updates in the /framework directory: [python-multipart](https://github.com/Kludex/python-multipart) and [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 1 update in the /modules/network/base/python directory: [protobuf](https://github.com/protocolbuffers/protobuf). Bumps the pip group with 1 update in the /modules/test/base/python directory: [protobuf](https://github.com/protocolbuffers/protobuf). Bumps the pip group with 1 update in the /modules/test/conn/python directory: [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 2 updates in the /modules/test/tls/python directory: [cryptography](https://github.com/pyca/cryptography) and [urllib3](https://github.com/urllib3/urllib3). Updates `python-multipart` from 0.0.19 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.19...0.0.22) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) Updates `protobuf` from 6.32.1 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `protobuf` from 6.32.1 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) Updates `urllib3` from 2.6.0 to 2.6.3 - [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.6.0...2.6.3) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- framework/requirements.txt | 4 ++-- modules/network/base/python/requirements.txt | 2 +- modules/test/base/python/requirements.txt | 2 +- modules/test/conn/python/requirements.txt | 2 +- modules/test/tls/python/requirements.txt | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index 271271988..773d79b6e 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -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 @@ -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 diff --git a/modules/network/base/python/requirements.txt b/modules/network/base/python/requirements.txt index dc4b53d88..58bcd7b34 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.32.1 +protobuf==6.33.5 # User defined packages grpcio==1.75.1 diff --git a/modules/test/base/python/requirements.txt b/modules/test/base/python/requirements.txt index 8d71b2d85..f00be89cb 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.32.1 +protobuf==6.33.5 # User defined packages grpcio==1.75.1 diff --git a/modules/test/conn/python/requirements.txt b/modules/test/conn/python/requirements.txt index 04480305b..bd8ddeae0 100644 --- a/modules/test/conn/python/requirements.txt +++ b/modules/test/conn/python/requirements.txt @@ -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 diff --git a/modules/test/tls/python/requirements.txt b/modules/test/tls/python/requirements.txt index 47bab2436..3b510dc8b 100644 --- a/modules/test/tls/python/requirements.txt +++ b/modules/test/tls/python/requirements.txt @@ -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