From 5762773dd80d317a76b0a5541c6a7515d85252b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:38:54 +0000 Subject: [PATCH] chore(deps): update protobuf requirement from <4,>=3.20 to >=3.20,<8 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb118f9..5bf80c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ # actionable here and are dismissed as tolerable_risk: the bot only # deserializes protobuf/JSON from authenticated Steam servers over TLS, so # the DoS vectors require untrusted input that never reaches it. - "protobuf>=3.20,<4", + "protobuf>=3.20,<8", "pydantic>=2.13", "pydantic-settings>=2.14", "requests>=2.34",