From e981a5101e03d72b454149f48b4a53ae2f65257c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:45:34 +0000 Subject: [PATCH] build(deps-dev): bump protobuf from 4.25.1 to 4.25.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.1 to 4.25.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/v4.25.1...v4.25.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c9d0cfc5..2992bd8e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "dnfile==0.14.1", "dncil==1.0.2", "pydantic==2.5.2", - "protobuf==4.25.1", + "protobuf==4.25.2", ] dynamic = ["version"]