From 0621a8aa01cb1dddb6ee529cf2bf320a0d07cf6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:16:13 +0000 Subject: [PATCH] MAINT: bump grpcio from 1.67.1 to 1.69.0 (#482) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/changelog.d/482.documentation.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/482.documentation.md diff --git a/doc/changelog.d/482.documentation.md b/doc/changelog.d/482.documentation.md new file mode 100644 index 00000000..366bb62e --- /dev/null +++ b/doc/changelog.d/482.documentation.md @@ -0,0 +1 @@ +MAINT: bump grpcio from 1.67.1 to 1.69.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ce06e02a..3cba9ec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "grpcio==1.67.1", + "grpcio==1.69.0", "protobuf==5.28.0", "pytest==8.3.4", "pytest-cov==6.0.0",