From 48dd64beba131ded7b98494962496f941ad0d697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 07:59:24 +0000 Subject: [PATCH] build(deps): bump protobuf from 5.26.1 to 5.27.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.26.1 to 5.27.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.26.1...v5.27.0) --- 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 68dcf2dd..e42cdc99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "dnfile==0.14.1", "dncil==1.0.2", "pydantic==2.7.1", - "protobuf==5.26.1", + "protobuf==5.27.0", "rich==13.4.2" ] dynamic = ["version"]