Skip to content

Commit 5fd67c6

Browse files
chore: Upgrade to later version of gcp-uploader and protobuf (#1741)
* chore: Upgrade to later version of gcp-uploader and protobuf * chore: Add secretstorage version * chore: Use python 3.9.13 * chore: Unpin all python versions * chore: Rerun pipcompile tool * chore: Rerun pipcompile tool with --allow-unsafe * chore: Add --require-hashes * chore: Update requirements file * chore: Remove --require-hashes * chore: Print python version * chore: Add new generated hashes for requirements.txt * chore: Remove python version check in cloud build * chore: Allow synthtool to update python dependencies * chore: Add typing-extensions into requirements * chore: Unpin docker requirements.in file * chore: Add java synthtool validation * chore: Add check to import java synthtool python package Source-Link: googleapis/synthtool@91904bf Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:4566cf7fcd0eece77705330267b2b61a70165711c7829d049b60bc2f1bbcd74e
1 parent 0664e17 commit 5fd67c6

File tree

5 files changed

+83
-158
lines changed

5 files changed

+83
-158
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Google LLC
1+
# Copyright 2023 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,5 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:a57d2ea6d1a77aa96c17ad0850b779ec6295f88b6c1da3d214b2095d140a2066
17-
16+
digest: sha256:4566cf7fcd0eece77705330267b2b61a70165711c7829d049b60bc2f1bbcd74e

.kokoro/presubmit/graalvm-native-17.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
77
}
88

99
env_vars: {

.kokoro/requirements.in

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,6 @@
1-
gcp-docuploader==0.6.3
2-
google-crc32c==1.3.0
3-
googleapis-common-protos==1.56.3
4-
gcp-releasetool==1.9.1
5-
cryptography==38.0.3
6-
cachetools==4.2.4
7-
cffi==1.15.1
8-
jeepney==0.7.1
9-
jinja2==3.0.3
10-
markupsafe==2.0.1
11-
keyring==23.4.1
12-
packaging==21.3
13-
protobuf==3.19.5
14-
pyjwt==2.4.0
15-
pyparsing==3.0.9
16-
pycparser==2.21
17-
pyperclip==1.8.2
18-
python-dateutil==2.8.2
19-
requests==2.27.1
20-
certifi==2022.9.24
21-
importlib-metadata==4.8.3
22-
zipp==3.6.0
23-
google_api_core==2.8.2
24-
google-cloud-storage==2.0.0
25-
google-resumable-media==2.3.3
26-
google-cloud-core==2.3.1
27-
typing-extensions==4.1.1
28-
urllib3==1.26.12
29-
zipp==3.6.0
30-
rsa==4.9
31-
six==1.16.0
32-
attrs==22.1.0
33-
google-auth==2.14.1
34-
idna==3.4
1+
gcp-docuploader
2+
gcp-releasetool
3+
wheel
4+
setuptools
5+
typing-extensions
6+
click<8.1.0

0 commit comments

Comments
 (0)