Skip to content

Commit

Permalink
chore: upgrade black in noxfile.py to 22.3.0 (#1377) (#440)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* rebase error

Co-authored-by: nicain <[email protected]>
Source-Link: googleapis/synthtool@0dcf739
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
  • Loading branch information
gcf-owl-bot[bot] and nicain authored Apr 4, 2022
1 parent bd93955 commit 05a404a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion java-workflows/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
digest: sha256:4a8d2d787ea374ba929e37c39c4b16d2498044e24ef123077125b946cac2dcdc
# created: 2022-04-01T22:15:20.641398017Z
4 changes: 2 additions & 2 deletions java-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-workflows:2.1.8'
implementation 'com.google.cloud:google-cloud-workflows:2.1.9'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.8"
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.9"
```

## Authentication
Expand Down

0 comments on commit 05a404a

Please sign in to comment.