From c8f54960085a6962e17143ed3f11bb2e8c470068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:35:50 +0000 Subject: [PATCH] build(deps-dev): bump protobuf from 4.23.2 to 4.23.4 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.23.2 to 4.23.4. - [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.23.2...v4.23.4) --- 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 f994243a..2db6c831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "dnfile==0.13.0", "dncil==1.0.2", "pydantic==1.10.9", - "protobuf==4.23.2", + "protobuf==4.23.4", ] dynamic = ["version", "readme"]