From 63c1932314183a8420f7d05400b3359cd108b401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:34:51 +0000 Subject: [PATCH] MAINT: Update protobuf requirement in the pip-deps group Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Updates `protobuf` to 6.30.1 - [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/v3.19.0...v6.30.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 904fb60..bd8c143 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ url=f"https://github.com/ansys/{package_name}", license="MIT", python_requires=">=3.10", - install_requires=["grpcio~=1.44", "protobuf>=3.19,<6"], + install_requires=["grpcio~=1.44", "protobuf>=3.19,<7"], packages=setuptools.find_namespace_packages(".", include=("ansys.*",)), package_data={ "": ["*.proto", "*.pyi", "py.typed", "VERSION"],