Skip to content

Commit 5f2a608

Browse files
authored
chore(python): upgrade gcp-releasetool in .kokoro [autoapprove] (#1767)
chore(python): upgrade gcp-releasetool in .kokoro
1 parent 269a915 commit 5f2a608

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

synthtool/gcp/templates/python_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
importlib-metadata
44
typing-extensions
55
twine

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ gcp-docuploader==0.6.4 \
154154
--hash=sha256:01486419e24633af78fd0167db74a2763974765ee8078ca6eb6964d0ebd388af \
155155
--hash=sha256:70861190c123d907b3b067da896265ead2eeb9263969d6955c9e0bb091b5ccbf
156156
# via -r requirements.in
157-
gcp-releasetool==1.10.0 \
158-
--hash=sha256:72a38ca91b59c24f7e699e9227c90cbe4dd71b789383cb0164b088abae294c83 \
159-
--hash=sha256:8c7c99320208383d4bb2b808c6880eb7a81424afe7cdba3c8d84b25f4f0e097d
157+
gcp-releasetool==1.10.5 \
158+
--hash=sha256:174b7b102d704b254f2a26a3eda2c684fd3543320ec239baf771542a2e58e109 \
159+
--hash=sha256:e29d29927fe2ca493105a82958c6873bb2b90d503acac56be2c229e74de0eec9
160160
# via -r requirements.in
161161
google-api-core==2.10.2 \
162162
--hash=sha256:10c06f7739fe57781f87523375e8e1a3a4674bf6392cd6131a3222182b971320 \

0 commit comments

Comments
 (0)