Skip to content

Commit 49d18f8

Browse files
committed
Bump minimum dependencies to match build dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 884a48a commit 49d18f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dependencies = [
3636
# We can't widen beyond the current value unless we bump the minimum
3737
# requirements too because of protobuf cross-version runtime guarantees:
3838
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
39-
"protobuf >= 5.29.2, < 7", # Do not widen beyond 7!
39+
"protobuf >= 5.29.3, < 7", # Do not widen beyond 7!
4040
# We couldn't find any document with a spec about the cross-version runtime
4141
# guarantee for grpcio, so unless we find one in the future, we'll assume
4242
# major version jumps are not compatible
43-
"grpcio >= 1.68.1, < 2", # Do not widen beyond 2!
43+
"grpcio >= 1.70.0, < 2", # Do not widen beyond 2!
4444
]
4545
dynamic = ["version"]
4646

@@ -52,7 +52,7 @@ email = "[email protected]"
5252
dev-flake8 = [
5353
"flake8 == 7.1.1",
5454
"flake8-docstrings == 1.7.0",
55-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
55+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5656
"pydoclint == 0.6.0",
5757
"pydocstyle == 6.3.0",
5858
]

0 commit comments

Comments
 (0)