From 2a74f5b1d4f923b000ed4873eca2ab4e7c00b2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:18:57 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20grpcio-reflection=20from=201?= =?UTF-8?q?.67.1=20to=201.68.0=20(#202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [grpcio-reflection](https://grpc.io) from 1.67.1 to 1.68.0. --- updated-dependencies: - dependency-name: grpcio-reflection dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 23dc2d8..21dcf67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -412,17 +412,17 @@ protobuf = ["grpcio-tools (>=1.68.0)"] [[package]] name = "grpcio-reflection" -version = "1.67.1" +version = "1.68.0" description = "Standard Protobuf Reflection Service for gRPC" optional = false python-versions = ">=3.8" files = [ - {file = "grpcio_reflection-1.67.1-py3-none-any.whl", hash = "sha256:622a2d0712a77f97df4ef0dc341d459e7559a3712d0d93a3d3e5e5a381c39b00"}, - {file = "grpcio_reflection-1.67.1.tar.gz", hash = "sha256:507d9785a72032816e9bb5add4a660c655813a6bc1537b957822c652c88bf458"}, + {file = "grpcio_reflection-1.68.0-py3-none-any.whl", hash = "sha256:09bfa16796c2629962979d4df69c4cfb34aceed6688caa17ddb27a2b7acd0495"}, + {file = "grpcio_reflection-1.68.0.tar.gz", hash = "sha256:31a416001fc1b0ee32ba5aa67cf67fb8228f2bf1097001b6313c9fb08680322a"}, ] [package.dependencies] -grpcio = ">=1.67.1" +grpcio = ">=1.68.0" protobuf = ">=5.26.1,<6.0dev" [[package]] @@ -1019,4 +1019,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4877076bc12fc6b25909aa0bf46a62ce9cc2128038567f572e2e3e7d6fd7eba" +content-hash = "883bcff8484fe1db0ce453006b54cd9557319c1ac617847e083a963eb3155720" diff --git a/pyproject.toml b/pyproject.toml index 6a2908c..2136ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pre-commit = "^4.0.1" pytest = "^8.3.3" google-api-python-client = "^2.153.0" grpcio = "^1.68.0" -grpcio-reflection = "^1.67.1" +grpcio-reflection = "^1.68.0" grpcio-tools = "^1.67.1" protobuf = "^5.28.3" types-protobuf = "^5.28.3.20241030"