From 3f8c76866941b43f3b9f02409d04623453955c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:46:24 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /ci/docker/tester directory: [pytest](https://github.com/pytest-dev/pytest), [requests](https://github.com/psf/requests), [paramiko](https://github.com/paramiko/paramiko) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `requests` from 2.32.5 to 2.33.0 - [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.32.5...v2.33.0) Updates `paramiko` from 3.5.0 to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/3.5.0...5.0.0) Updates `protobuf` from 6.33.0 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- ci/docker/tester/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/docker/tester/requirements.txt b/ci/docker/tester/requirements.txt index 5228f5749..10bc61177 100644 --- a/ci/docker/tester/requirements.txt +++ b/ci/docker/tester/requirements.txt @@ -1,13 +1,13 @@ -pytest==8.3.3 +pytest==9.0.3 # Used for running tests with --timeout flag pytest-timeout==2.3.1 -requests==2.32.5 +requests==2.33.0 sh==1.14.1 -paramiko==3.5.0 +paramiko==5.0.0 psutil==5.9.4 dnspython==2.6.1 # Provides builtin google protobuf types -protobuf==6.33.0 +protobuf==6.33.5 selenium==4.26.0 grpcio==1.68.1 pytest-html==4.1.1