diff --git a/pyproject.toml b/pyproject.toml index cfa15fb..78ccc85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # Pin at least the things we import directly. "click==8.1.7", - "grpcio==1.59.3", + "grpcio==1.60.0", "protobuf==4.25.1", ]