From 8f4b1dca45156dd37a1cb0a00bdfcf4879367ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:01:16 +0000 Subject: [PATCH] Bump grpcio-health-checking from 1.59.3 to 1.62.3 Bumps [grpcio-health-checking](https://grpc.io) from 1.59.3 to 1.62.3. --- updated-dependencies: - dependency-name: grpcio-health-checking dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8eca0c00..99cda635 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiofiles" @@ -430,17 +430,17 @@ protobuf = ["grpcio-tools (>=1.67.1)"] [[package]] name = "grpcio-health-checking" -version = "1.59.3" +version = "1.62.3" description = "Standard Health Checking Service for gRPC" optional = false python-versions = ">=3.6" files = [ - {file = "grpcio-health-checking-1.59.3.tar.gz", hash = "sha256:015017ce4164fc7dce81da3a1718a4b3153230e481b2cdebf392468b613f0766"}, - {file = "grpcio_health_checking-1.59.3-py3-none-any.whl", hash = "sha256:30b0184173d5a7a48788b1643968a9f75154b2bf8d47baf795c03402727a84cf"}, + {file = "grpcio-health-checking-1.62.3.tar.gz", hash = "sha256:5074ba0ce8f0dcfe328408ec5c7551b2a835720ffd9b69dade7fa3e0dc1c7a93"}, + {file = "grpcio_health_checking-1.62.3-py3-none-any.whl", hash = "sha256:f29da7dd144d73b4465fe48f011a91453e9ff6c8af0d449254cf80021cab3e0d"}, ] [package.dependencies] -grpcio = ">=1.59.3" +grpcio = ">=1.62.3" protobuf = ">=4.21.6" [[package]] @@ -2038,4 +2038,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">3.8,<3.13" -content-hash = "70c09a6dad6585dd650e2894cda28582f356a409f4a796c43db9734bf3e7eb44" +content-hash = "a62add6f3f45ce0edfa4a1f8bfd075c1cbd9b371b409d9563422765160aae4f5" diff --git a/pyproject.toml b/pyproject.toml index c9481523..771afe5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ opentelemetry-exporter-otlp = "~1.16.0" grpcio = "~1.67.1" protobuf = "~4.25.3" pydantic = "^2.6.4" -grpcio-health-checking = "~1.59.3" +grpcio-health-checking = ">=1.59.3,<1.63.0" grpcio-tools = "~1.62.3" [tool.poetry.dev-dependencies]