Skip to content

Commit

Permalink
Merge pull request #78 from crossplane/renovate/grpcio-tools-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency grpcio-tools to v1.65.5
  • Loading branch information
bobh66 authored Aug 18, 2024
2 parents 9850b18 + c2c39d4 commit 114092d
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 @@ -38,7 +38,7 @@ dependencies = ["ipython==8.26.0"]
type = "virtual"
detached = true
path = ".venv-generate"
dependencies = ["grpcio-tools==1.65.4"]
dependencies = ["grpcio-tools==1.65.5"]

[tool.hatch.envs.generate.scripts]
protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. crossplane/function/proto/v1beta1/run_function.proto crossplane/function/proto/v1/run_function.proto"
Expand Down

0 comments on commit 114092d

Please sign in to comment.