diff --git a/pyproject.toml b/pyproject.toml index 09252b1..527e270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,19 +23,19 @@ dependencies = [ [project.optional-dependencies] validation = [ - "protovalidate>=0.7.1,<1.2.0", + "protovalidate>=0.7.1,<1.3.0", ] [dependency-groups] dev = [ - "protovalidate>=0.7.1,<1.2.0", + "protovalidate>=0.7.1,<1.3.0", "grpc-stubs~=1.53", - "grpcio-tools>=1.63,<1.81", - "mypy==1.20.0", - "mypy-protobuf==5.0.0", + "grpcio-tools>=1.63,<1.82", + "mypy==2.1.0", + "mypy-protobuf==5.1.0", "mock>=5.1.0,<6", "pytest>=7.1.3,<10.0.0", - "pytest-asyncio>=0.21,<1.4", + "pytest-asyncio>=0.21,<1.5", "types-protobuf>=5.26,<8.0", "typing-extensions>=3.7.4,<5", "ruff>=0.13.0,<0.16",