Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e7e6574

Browse files
chore: upgrade black in noxfile.py to 22.3.0 (#1377) (#440)
* chore: upgrade black to 22.3.0 * update lint also * run blacken session * ci: use click>8.0 for blacken/lint sessions * chore: fix typo Co-authored-by: nicain <nicholascain@google.com> * rebase error Co-authored-by: nicain <nicholascain@google.com> Source-Link: googleapis/synthtool@0dcf739 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
1 parent 3d462b8 commit e7e6574

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
16+
digest: sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
17+
# created: 2022-04-01T22:15:20.641398017Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-workflows:2.1.8'
30+
implementation 'com.google.cloud:google-cloud-workflows:2.1.9'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.8"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.9"
3737
```
3838

3939
## Authentication

0 commit comments

Comments
 (0)