From 51c57ec100fd37e9c000d243782005f10aad58ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:18:28 +0000 Subject: [PATCH] Bump protobuf from 5.27.3 to 5.28.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.3 to 5.28.0. - [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.27.3...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba5758b..6e8d60d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.8" dependencies = [ "javaobj-py3 >= 0.4.4", "pycryptodomex >= 3.20.0", - "protobuf >= 5.27.3,< 5.28.0" + "protobuf >= 5.27.3,< 5.29.0" ] classifiers = [ "Environment :: Console", diff --git a/requirements.txt b/requirements.txt index a7730a0..844181b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ javaobj-py3==0.4.4 pycryptodomex==3.20.0 -protobuf==5.27.3 \ No newline at end of file +protobuf==5.28.0 \ No newline at end of file