diff --git a/pyproject.toml b/pyproject.toml index 105a975..1b5211d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -protobuf = "5.28.2" +protobuf = "5.28.3" grpcio = "1.67.0" grpcio-tools = "1.67.0" jsonpickle = ">=3.0,<3.4"