From db4b306a5a6b69710587ea7a3b52ad0c0c9972a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:47:30 +0000 Subject: [PATCH] build(deps): bump protobuf from 5.27.2 to 5.28.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.2 to 5.28.2. - [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.2...v5.28.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4b36b7..b99671c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "qrcode==7.4.2", "websockets>=11.0", "PyExecJS==1.5.1", - "protobuf==5.27.2", + "protobuf==5.28.2", "gmssl==3.2.2", ]