Skip to content

Commit

Permalink
chore(deps): update dependency pyupgrade to v2.32.1 (#417)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@35e1ea8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:73564f768388926a050a7a957650bfd1f584df6e0b3512e199a8e12d9dfc4618

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 5, 2022
1 parent 6718b0c commit 66b52bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dataproc/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
# created: 2022-04-21T15:43:16.246106921Z
digest: sha256:73564f768388926a050a7a957650bfd1f584df6e0b3512e199a8e12d9dfc4618
# created: 2022-05-05T15:21:41.347835617Z
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
jinja_env = jinja2.Environment(
trim_blocks=True,
loader=jinja2.FileSystemLoader(
os.path.abspath(os.path.join(os.path.dirname(__file__), 'templates'))))
os.path.abspath(os.path.join(os.path.dirname(__file__), "templates"))
),
autoescape=True,
)

README_TMPL = jinja_env.get_template('README.tmpl.rst')

Expand Down

0 comments on commit 66b52bb

Please sign in to comment.