Skip to content

Commit

Permalink
Update protobuf requirement from <5.0,>=3.0 to >=5.27.2,<6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.0.0...v5.27.2)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 782a32b commit 65685a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
# installed via dbt-common but used directly
"agate>=1.0,<2.0",
"mashumaro[msgpack]>=3.0,<4.0",
"protobuf>=3.0,<5.0",
"protobuf>=5.27.2,<6.0",
"typing-extensions>=4.0,<5.0",
]
[project.urls]
Expand Down

0 comments on commit 65685a7

Please sign in to comment.