8000 chore(deps): update dependency pyupgrade to v2.32.1 (#276) · googleapis/google-cloud-python@312663b · GitHub 65E7
[go: up one dir, main page]

Skip to content

Commit 312663b

Browse files
chore(deps): update dependency pyupgrade to v2.32.1 (#276)
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>
1 parent 7b3f93c commit 312663b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/google-cloud-kms/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
17-
# created: 2022-04-21T15:43:16.246106921Z
16+
digest: sha256:73564f768388926a050a7a957650bfd1f584df6e0b3512e199a8e12d9dfc4618
17+
# created: 2022-05-05T15:21:41.347835617Z

packages/google-cloud-kms/scripts/readme-gen/readme_gen.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
jinja_env = jinja2.Environment(
2929
trim_blocks=True,
3030
loader=jinja2.FileSystemLoader(
31-
os.path.abspath(os.path.join(os.path.dirname(__file__), 'templates'))))
31+
os.path.abspath(os.path.join(os.path.dirname(__file__), "templates"))
32+
),
33+
autoescape=True,
34+
)
3235

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

0 commit comments

Comments
 (0)
0