From ee9109b9e9f6358f3c5d4a121327d27e62f08cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:08:26 +0000 Subject: [PATCH] deps(deps): bump the protocols group across 1 directory with 4 updates Bumps the protocols group with 4 updates in the / directory: [requests](https://github.com/psf/requests), [websockets](https://github.com/python-websockets/websockets), [kafka-python](https://github.com/dpkp/kafka-python) and [pika](https://github.com/pika/pika). Updates `requests` from 2.33.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.34.2) Updates `websockets` from 15.0.1 to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...16.1.1) Updates `kafka-python` from 2.3.2 to 3.0.9 - [Release notes](https://github.com/dpkp/kafka-python/releases) - [Changelog](https://github.com/dpkp/kafka-python/blob/3.0.9/docs/changelog.rst) - [Commits](https://github.com/dpkp/kafka-python/compare/2.3.2...3.0.9) Updates `pika` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/1.4.2/CHANGELOG.md) - [Commits](https://github.com/pika/pika/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: protocols - dependency-name: websockets dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: protocols - dependency-name: kafka-python dependency-version: 3.0.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: protocols - dependency-name: pika dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: protocols ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 4 ++-- requirements/system.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2b03723c..6b58de55 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,7 +16,7 @@ pytest-bdd==8.1.0 playwright==1.60.0 # API 测试 -requests==2.33.0 +requests==2.34.2 # 测试数据工厂 faker==37.12.0 @@ -55,7 +55,7 @@ safety==3.8.1 # WebSocket(通用) websocket-client==1.9.0 -websockets==15.0.1 +websockets==16.1.1 # 进程/系统 psutil==5.9.6 diff --git a/requirements/system.txt b/requirements/system.txt index 15803a45..c4651bfa 100644 --- a/requirements/system.txt +++ b/requirements/system.txt @@ -6,8 +6,8 @@ paramiko==5.0.0 pyserial==3.5 paho-mqtt==2.1.0 ffmpeg-python==0.2.0 -kafka-python==2.3.2 -pika==1.4.1 +kafka-python==3.0.9 +pika==1.4.2 # pymodbus==3.5.4 # Modbus 工业协议 # web3==6.15.1 # 以太坊/EVM # slither-analyzer==0.10.0 # 需 solc