File tree 7 files changed +489
-4
lines changed
7 files changed +489
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
16
+ digest : sha256:5643a4e1b729803e67ddceee450e87052527b37cac394bf900b4f8e3d1bb3e9b
Original file line number Diff line number Diff line change 28
28
pushd $( dirname " $0 " ) /../../
29
29
30
30
# install docuploader package
31
- python3 -m pip install gcp-docuploader
31
+ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
32
32
33
33
# compile all packages
34
34
mvn clean install -B -q -DskipTests=true
Original file line number Diff line number Diff line change 28
28
pushd $( dirname " $0 " ) /../../
29
29
30
30
# install docuploader package
31
- python3 -m pip install gcp-docuploader
31
+ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
32
32
33
33
# compile all packages
34
34
mvn clean install -B -q -DskipTests=true
Original file line number Diff line number Diff line change 16
16
set -eo pipefail
17
17
18
18
# Start the releasetool reporter
19
- python3 -m pip install gcp-releasetool
19
+ requirementsFile=$( realpath $( dirname " ${BASH_SOURCE[0]} " ) /../requirements.txt)
20
+ python3 -m pip install --require-hashes -r $requirementsFile
20
21
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
21
22
22
23
source $( dirname " $0 " ) /common.sh
Original file line number Diff line number Diff line change
1
+ gcp-docuploader==0.6.3
2
+ google-crc32c==1.3.0
3
+ googleapis-common-protos==1.56.3
4
+ gcp-releasetool==1.8.7
5
+ cachetools==4.2.4
6
+ cffi==1.15.1
7
+ jeepney==0.7.1
8
+ jinja2==3.0.3
9
+ markupsafe==2.0.1
10
+ keyring==23.4.1
11
+ packaging==21.3
12
+ protobuf==3.19.5
13
+ pyjwt==2.4.0
14
+ pyparsing==3.0.9
15
+ pycparser==2.21
16
+ pyperclip==1.8.2
17
+ python-dateutil==2.8.2
18
+ requests==2.27.1
19
+ importlib-metadata==4.8.3
20
+ zipp==3.6.0
21
+ google_api_core==2.8.2
22
+ google-cloud-storage==2.0.0
23
+ google-cloud-core==2.3.1
24
+ typing-extensions==4.1.1
25
+ urllib3==1.26.12
26
+ zipp==3.6.0
27
+ rsa==4.9
28
+ six==1.16.0
29
+ attrs==22.1.0
30
+ google-auth==2.11.0
31
+ idna==3.4
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10
10
" :maintainLockFilesDisabled" ,
11
11
" :autodetectPinVersions"
12
12
],
13
+ "ignorePaths" : [" .kokoro/requirements.txt" ],
13
14
"packageRules" : [
14
15
{
15
16
"packagePatterns" : [
You can’t perform that action at this time.
0 commit comments