From acb2e7086cb83593b7e8e413c31a9b26850e27bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:01:58 +0000 Subject: [PATCH] Bump protobuf from 5.29.4 to 5.29.5 in /mysqlx-connector-python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.4 to 5.29.5. - [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/v5.29.4...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mysqlx-connector-python/setup.py | 2 +- mysqlx-connector-python/tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqlx-connector-python/setup.py b/mysqlx-connector-python/setup.py index 2d4766aa..1c05b587 100644 --- a/mysqlx-connector-python/setup.py +++ b/mysqlx-connector-python/setup.py @@ -160,7 +160,7 @@ def main() -> None: ext_modules=EXTENSIONS, cmdclass=COMMAND_CLASSES, python_requires=">=3.9", - install_requires=["protobuf==5.29.4"], + install_requires=["protobuf==5.29.5"], extras_require={ "dns-srv": ["dnspython==2.6.1"], "compression": ["lz4==4.4.4", "zstandard==0.23.0"], diff --git a/mysqlx-connector-python/tests/requirements.txt b/mysqlx-connector-python/tests/requirements.txt index c72c4def..a6bc8757 100644 --- a/mysqlx-connector-python/tests/requirements.txt +++ b/mysqlx-connector-python/tests/requirements.txt @@ -1,4 +1,4 @@ -protobuf==5.29.4 +protobuf==5.29.5 dnspython==2.6.1 lz4==4.4.4 zstandard>=0.12.0,<=0.19.0