Skip to content

Commit

Permalink
bump grpcio version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Niemeyer committed Feb 5, 2025
1 parent dc3b46b commit 106f16b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/base/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pre-commit==3.5.0
flatbuffers==22.12.6
protobuf== 4.21.12
grpcio-tools==1.53.2
grpcio==1.53.2
grpcio-tools==1.67.0
grpcio==1.67.0
imageio==2.20.0
numpy==1.22.0
numpy-quaternion==2022.4.2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=70", "setuptools_scm[toml]>=8.1","grpcio-tools==1.53.2"]
requires = ["setuptools>=70", "setuptools_scm[toml]>=8.1","grpcio-tools==1.67.0"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -15,7 +15,7 @@ authors = [
dependencies = [
"protobuf == 4.21.12",
"flatbuffers == 22.12.6",
"grpcio == 1.53.2",
"grpcio == 1.67.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 106f16b

Please sign in to comment.