Merge pull request #3 from crossplane/renovate/grpcio-1.x

Update dependency grpcio to v1.59.3
This commit is contained in:
Nic Cope 2023-11-21 19:11:06 -08:00 committed by GitHub
commit 61ba8d719e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dependencies = [
# Pin at least the things we import directly.
"click==8.1.7",
"grpcio==1.59.2",
"grpcio==1.59.3",
"protobuf==4.25.1",
]