Skip to content

Commit 6f11787

Browse files
chore: bump urllib3 from 1.26.16 to 1.26.17 in /synthtool/gcp/templates/java_library/.kokoro (#1875) (#2652)
chore: bump urllib3 in /synthtool/gcp/templates/java_library/.kokoro Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Source-Link: googleapis/synthtool@dbb940f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6e2fc7eba84c3100cde964ebcfd0e553d4664ec4a74989c978a143812785ff23 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa1b73c commit 6f11787

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.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-java:latest
16-
digest: sha256:3a95f1b9b1102865ca551b76be51d2bdb850900c4db2f6d79269e7af81ac8f84
17-
# created: 2023-07-27T18:37:44.251188775Z
16+
digest: sha256:6e2fc7eba84c3100cde964ebcfd0e553d4664ec4a74989c978a143812785ff23
17+
# created: 2023-10-03T23:18:35.620358763Z

.kokoro/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ protobuf==3.20.3 \
418418
# gcp-docuploader
419419
# gcp-releasetool
420420
# google-api-core
421+
# googleapis-common-protos
421422
pyasn1==0.5.0 \
422423
--hash=sha256:87a2121042a1ac9358cabcaf1d07680ff97ee6404333bacca15f76aa8ad01a57 \
423424
--hash=sha256:97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde
@@ -469,9 +470,9 @@ typing-extensions==4.7.1 \
469470
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
470471
--hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2
471472
# via -r requirements.in
472-
urllib3==1.26.16 \
473-
--hash=sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f \
474-
--hash=sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14
473+
urllib3==1.26.17 \
474+
--hash=sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21 \
475+
--hash=sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b
475476
# via
476477
# google-auth
477478
# requests
@@ -485,5 +486,6 @@ zipp==3.16.1 \
485486
# via importlib-metadata
486487

487488
# WARNING: The following packages were not pinned, but pip requires them to be
488-
# pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag.
489+
# pinned when the requirements file includes hashes and the requirement is not
490+
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
489491
# setuptools

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13-
"ignorePaths": [".kokoro/requirements.txt"],
13+
"ignorePaths": [
14+
".kokoro/requirements.txt",
15+
".github/workflows/**"
16+
],
1417
"packageRules": [
1518
{
1619
"packagePatterns": [

0 commit comments

Comments
 (0)