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

chore(deps): update dependency grpcio to v1.64.1
This commit is contained in:
Bob Haddleton 2024-06-14 12:11:59 -05:00 committed by GitHub
commit 0fa58153d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ classifiers = [
dependencies = [ dependencies = [
"crossplane-function-sdk-python==0.2.0", "crossplane-function-sdk-python==0.2.0",
"click==8.1.7", "click==8.1.7",
"grpcio==1.63.0", "grpcio==1.64.1",
] ]
dynamic = ["version"] dynamic = ["version"]