From 3a6b437bce0e5e2fa3e876c5c778d10540661f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:49:04 +0000 Subject: [PATCH] Update protobuf requirement in the pip group across 1 directory Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Updates `protobuf` 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/v2.4.1...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cc21a7..235b0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ dependencies = [ "fava>=1.26", "beangrow>=1.0.0", - "protobuf<3.21", + "protobuf<5.29", ] readme = "README.md" requires-python = ">= 3.8"