From 93cbc6ae9436a946c222c42332deeb75613d92e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Sep 2022 00:56:37 +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 dc705051fcfd4f7507e343fde388142d7d80baeb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 27 Sep 2022 19:51:17 +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 | 6 +++--- 2 files changed, 6 insertions(+), 6 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 7ca0ed2f..bff624bc 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.2.6 + 2.2.7 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.2.6' +implementation 'com.google.cloud:google-cloud-shell:2.2.7' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.6" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.7" ``` ## Authentication