diff --git a/NOTICE.txt b/NOTICE.txt index d1301ee..6f00545 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -7,7 +7,7 @@ Apache Software License UNKNOWN grpcio -1.74.0 +1.76.0 Apache Software License Apache License diff --git a/pyproject.toml b/pyproject.toml index 009bce5..4a78f90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.10" # If you add a dependancy here you will need to add it below # to the [tools.pip-licenses].packages definition. dependencies = [ - "grpcio>=1.74, <1.75", + "grpcio>=1.76, <1.77", "grpcio-tools>=1.71, <1.72", "protobuf>=5.29, <5.30", "types-protobuf>=5.28, <5.29", diff --git a/requirements.txt b/requirements.txt index 3787332..bd63895 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.74.0 +grpcio==1.76.0 grpcio-tools==1.71.0 protobuf==5.29.0 uvloop==0.21.0