Skip to content

Commit

Permalink
Merge pull request #81 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.66.1
  • Loading branch information
bobh66 authored Sep 3, 2024
2 parents 8a723bc + b03cbba commit 05f4c59
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.66.0"]
dependencies = ["grpcio-tools==1.66.1"]

[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 05f4c59

Please sign in to comment.