From 1bfa33f024da1f2d7198038b8f4b8b275bb91434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:17:13 +0100 Subject: [PATCH] Bump google-cloud-translate from 3.15.4 to 3.15.5 (#143) Bumps [google-cloud-translate](https://github.com/googleapis/google-cloud-python) from 3.15.4 to 3.15.5. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-translate-v3.15.4...google-cloud-translate-v3.15.5) --- updated-dependencies: - dependency-name: google-cloud-translate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 a4cc48d..93b829c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1463,13 +1463,13 @@ grpc = ["grpcio (>=1.38.0,<2.0dev)", "grpcio-status (>=1.38.0,<2.0.dev0)"] [[package]] name = "google-cloud-translate" -version = "3.15.4" +version = "3.15.5" description = "Google Cloud Translate API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google-cloud-translate-3.15.4.tar.gz", hash = "sha256:9d9dd8cf225ef9fb0675a86f92e79cac3295a28d09a4479e123ef0cbe547496b"}, - {file = "google_cloud_translate-3.15.4-py2.py3-none-any.whl", hash = "sha256:9019327f58f2e1a07ede72912787b15274ede46455deb84e44d9b7880dcc41a3"}, + {file = "google_cloud_translate-3.15.5-py2.py3-none-any.whl", hash = "sha256:30bf1e52bd01a378c37d729a7b3004aa6c13a9bfb06a4cac9e83de7138643ec3"}, + {file = "google_cloud_translate-3.15.5.tar.gz", hash = "sha256:09fc5f847148396657a5128694e07c6009bee1330410d3882825d33ac7eab6f2"}, ] [package.dependencies] @@ -4747,4 +4747,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "9c1fdc71af0d4585facbd558a6233a6ef7895fd002a332738a17e04e69d8725c" +content-hash = "606dce6fb0ec05b8ee64dee52784ea56603ccca6c58d911798e7c6c98b053bd2" diff --git a/pyproject.toml b/pyproject.toml index 06c3f00..0394e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ bleach = "^6.1.0" python-json-logger = "^2.0.4" cloudpathlib = { extras = ["s3"], version = "^0.18.1" } PyMuPDF = "^1.20.2" -google-cloud-translate = "^3.8.2" +google-cloud-translate = "^3.15.5" psutil = "^6.0.0" multiprocessing-logging = "^0.3.3" json-logging = "^1.3.0"