Skip to content

Commit 4c15ec0

Browse files
authored
build(deps): update releasetool version for release scripts (#1768)
This should fix release script reporting back to the release PRs
1 parent 0c6f8d4 commit 4c15ec0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

synthtool/gcp/templates/java_library/.kokoro/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gcp-docuploader
2-
gcp-releasetool
2+
gcp-releasetool>=1.10.5 # required for compatibility with cryptography>=39.x
33
wheel
44
setuptools
55
typing-extensions

synthtool/gcp/templates/java_library/.kokoro/requirements.txt

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --generate-hashes requirements.in
@@ -126,9 +126,9 @@ gcp-docuploader==0.6.4 \
126126
--hash=sha256:01486419e24633af78fd0167db74a2763974765ee8078ca6eb6964d0ebd388af \
127127
--hash=sha256:70861190c123d907b3b067da896265ead2eeb9263969d6955c9e0bb091b5ccbf
128128
# via -r requirements.in
129-
gcp-releasetool==1.9.1 \
130-
--hash=sha256:952f4055d5d986b070ae2a71c4410b250000f9cc5a1e26398fcd55a5bbc5a15f \
131-
--hash=sha256:d0d3c814a97c1a237517e837d8cfa668ced8df4b882452578ecef4a4e79c583b
129+
gcp-releasetool==1.10.5 \
130+
--hash=sha256:174b7b102d704b254f2a26a3eda2c684fd3543320ec239baf771542a2e58e109 \
131+
--hash=sha256:e29d29927fe2ca493105a82958c6873bb2b90d503acac56be2c229e74de0eec9
132132
# via -r requirements.in
133133
google-api-core==2.8.2 \
134134
--hash=sha256:06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc \
@@ -374,6 +374,10 @@ secretstorage==3.3.3 \
374374
--hash=sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77 \
375375
--hash=sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99
376376
# via keyring
377+
setuptools==67.3.2 \
378+
--hash=sha256:95f00380ef2ffa41d9bba85d95b27689d923c93dfbafed4aecd7cf988a25e012 \
379+
--hash=sha256:bb6d8e508de562768f2027902929f8523932fcd1fb784e6d573d2cafac995a48
380+
# via -r requirements.in
377381
six==1.16.0 \
378382
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
379383
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254

0 commit comments

Comments
 (0)