From 60ebf137a9f5156e32f18c2dc4e4a007e3e0b25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:16:22 +0000 Subject: [PATCH] Bump protobuf from 4.25.3 to 4.25.8 in /mysqlx-connector-python/tests Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.3...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mysqlx-connector-python/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlx-connector-python/tests/requirements.txt b/mysqlx-connector-python/tests/requirements.txt index 00871803..361dddb7 100644 --- a/mysqlx-connector-python/tests/requirements.txt +++ b/mysqlx-connector-python/tests/requirements.txt @@ -1,4 +1,4 @@ -protobuf==4.25.3 +protobuf==4.25.8 dnspython==2.6.1 lz4>=2.1.6,<=4.3.2 zstandard>=0.12.0,<=0.19.0