From 8b70f6a2ac595605697407651274c92d9cf547bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Sep 2022 00:43:34 +0000 Subject: [PATCH 1/2] deps: update dependency requests to v2.28.1 --- .kokoro/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt index 170f1c63..2e37f054 100644 --- a/.kokoro/requirements.txt +++ b/.kokoro/requirements.txt @@ -408,9 +408,9 @@ python-dateutil==2.8.2 \ # via # -r requirements.in # gcp-releasetool -requests==2.27.1 \ - --hash=sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61 \ - --hash=sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d +requests==2.28.1 \ + --hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \ + --hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349 # via # -r requirements.in # gcp-releasetool From e17a467464a4bc89d80aa4ae76a3c34ef95e9d21 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 27 Sep 2022 18:45:03 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/requirements.txt | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt index 2e37f054..170f1c63 100644 --- a/.kokoro/requirements.txt +++ b/.kokoro/requirements.txt @@ -408,9 +408,9 @@ python-dateutil==2.8.2 \ # via # -r requirements.in # gcp-releasetool -requests==2.28.1 \ - --hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \ - --hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349 +requests==2.27.1 \ + --hash=sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61 \ + --hash=sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d # via # -r requirements.in # gcp-releasetool diff --git a/README.md b/README.md index 6541961d..c0b9f0f1 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-texttospeech' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.4.4' +implementation 'com.google.cloud:google-cloud-texttospeech:2.4.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.4.4" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.4.6" ``` ## Authentication