Skip to content

Commit 6bf8ac0

Browse files
chore(deps): bump protobuf from 6.33.5 to 7.34.0
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.5 to 7.34.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1047397 commit 6bf8ac0

File tree

2 files changed

+24
-121
lines changed

2 files changed

+24
-121
lines changed

poetry.lock

Lines changed: 22 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ aws-encryption-sdk = { version = ">=3.1.1,<5.0.0", optional = true }
5656
jsonpath-ng = { version = "^1.6.0", optional = true }
5757
datadog-lambda = { version = ">=8.114.0,<9.0.0", optional = true }
5858
avro = { version = "^1.12.0", optional = true }
59-
protobuf = {version = "^6.30.2", optional = true }
59+
protobuf = {version = ">=6.30.2,<8.0.0", optional = true }
6060

6161
[tool.poetry.extras]
6262
parser = ["pydantic"]
@@ -127,7 +127,7 @@ nox = ">=2024.4.15,<2026.0.0"
127127
mkdocstrings-python = "^1.13.0"
128128
mkdocs-llmstxt = ">=0.2,<0.5"
129129
avro = "^1.12.0"
130-
protobuf = "^6.30.2"
130+
protobuf = ">=6.30.2,<8.0.0"
131131
types-protobuf = "^6.30.2.20250516"
132132
ty = "^0.0.23"
133133

0 commit comments

Comments
 (0)