From bb6fc78b357deb147960c36cb5423b02157af0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:30:35 +0000 Subject: [PATCH] Update grpcio-tools requirement Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.49.0...v1.68.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47c97103..5ad05f60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "minimega==2.9", "colorama<=0.4.6", "grpcio>=1.49.0,<=1.67.0", - "grpcio-tools>=1.49.0,<=1.66.2", + "grpcio-tools>=1.49.0,<=1.68.0", "Jinja2>=3.1.2,<=3.1.4", "netaddr<=1.3.0,>=0.7.0", "networkx>=2.3,<=3.4.2",