From e577307a0d18fb7c30cc8b197e12f5407ddc0ba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:18:31 +0000 Subject: [PATCH] fix(deps): update dependency google-cloud-datastore to v2.17.0 (#1662) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32cb014c5637..3d778405c927 100644 --- a/poetry.lock +++ b/poetry.lock @@ -880,13 +880,13 @@ grpc = ["grpcio (>=1.38.0,<2.0dev)"] [[package]] name = "google-cloud-datastore" -version = "2.16.1" +version = "2.17.0" description = "Google Cloud Datastore API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google-cloud-datastore-2.16.1.tar.gz", hash = "sha256:710ef27ebdfb50340f4671c532ad4c1525665985e9421984ffcd6b96b57e34bb"}, - {file = "google_cloud_datastore-2.16.1-py2.py3-none-any.whl", hash = "sha256:153d8dac05f0248d7f7d6f0986a31f8fb22d3cdfb764718eac0f28e3cadc8144"}, + {file = "google-cloud-datastore-2.17.0.tar.gz", hash = "sha256:feafad874ed376a9d1f0899eafc9650d21fdb2228f90de9b8741a806c213b422"}, + {file = "google_cloud_datastore-2.17.0-py2.py3-none-any.whl", hash = "sha256:1beb0cfbfa577218d9a7f95949068ae0afb7dfdd311ec3640a92d06b45367abb"}, ] [package.dependencies] @@ -2697,4 +2697,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "30e1e4637e740e2f3ff07a05edda11cdf8ef1f06688bd072f17371cb1e9c8eaf" +content-hash = "ff50a9f51a7b668b8c52d93b79dabaf7aeb4acb29511449237d97c030dc7c2f4" diff --git a/pyproject.toml b/pyproject.toml index acfe4b129683..9cc124477266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["zeshuaro "] [tool.poetry.dependencies] python = ">=3.11,<3.12" Babel = "2.12.1" -google-cloud-datastore = "2.16.1" +google-cloud-datastore = "2.17.0" humanize = "4.7.0" img2pdf = "0.4.4" ocrmypdf = "14.3.0"