Skip to content

Commit d765d7b

Browse files
authored
Bump dependency versions (#1732)
* Bump dependency versions Routine dependency updates. - Scalafmt: 3.9.4 => 3.9.6 - `golang.org/x/tools`: v0.32.0 => v0.33.0 - `rules_python`: 1.3.0 => 1.4.0 * Bump `.scalafmt.conf` versions to 3.9.6
1 parent 1b9f53e commit d765d7b

File tree

29 files changed

+214
-221
lines changed

29 files changed

+214
-221
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.4"
1+
version = "3.9.6"
22
runner.dialect = scala213
33
align.openParenCallSite = false
44
align.openParenDefnSite = false

MODULE.bazel

+4-4
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ go_deps = use_extension(
283283
# - https://go.dev/ref/mod#checksum-database
284284
#
285285
# go list -m golang.org/x/tools@latest
286-
# curl https://sum.golang.org/lookup/golang.org/x/tools@v0.31.0
286+
# curl https://sum.golang.org/lookup/golang.org/x/tools@v0.34.0
287287
go_deps.module(
288288
path = "golang.org/x/tools",
289-
sum = "h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=",
290-
version = "v0.32.0",
289+
sum = "h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=",
290+
version = "v0.33.0",
291291
)
292292
go_deps.module(
293293
path = "github.com/golang/protobuf",
@@ -300,4 +300,4 @@ use_repo(
300300
"org_golang_x_tools",
301301
)
302302

303-
bazel_dep(name = "rules_python", version = "1.3.0", dev_dependency = True)
303+
bazel_dep(name = "rules_python", version = "1.4.0", dev_dependency = True)

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ bazel_skylib_workspace()
2929

3030
http_archive(
3131
name = "rules_python",
32-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
33-
strip_prefix = "rules_python-1.3.0",
34-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
32+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
33+
strip_prefix = "rules_python-1.4.0",
34+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3535
)
3636

3737
load("@rules_python//python:repositories.bzl", "py_repositories")

dt_patches/test_dt_patches/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

dt_patches/test_dt_patches_user_srcjar/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/crossbuild/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/overridden_artifacts/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/scala3/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/semanticdb/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/testing/multi_frameworks_toolchain/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/testing/scalatest_repositories/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

examples/testing/specs2_junit_repositories/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

scripts/create_repository.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
SBT_COMPILER_INTERFACE_VERSION = '1.10.8'
3030
SBT_UTIL_INTERFACE_VERSION = '1.10.11'
3131
SCALATEST_VERSION = "3.2.19"
32-
SCALAFMT_VERSION = "3.9.4"
32+
SCALAFMT_VERSION = "3.9.6"
3333
KIND_PROJECTOR_VERSION = "0.13.3"
3434
PROTOBUF_JAVA_VERSION = "4.30.2"
3535
JLINE_VERSION = '3.29.0'
3636
SCALAPB_VERSION = '1.0.0-alpha.1'
3737
PROTOC_BRIDGE_VERSION = '0.9.8'
3838
GRPC_VERSION = '1.72.0'
39-
GRPC_COMMON_PROTOS_VERSION = '2.55.2'
39+
GRPC_COMMON_PROTOS_VERSION = '2.55.3'
4040
GRPC_LIBS = ['netty', 'protobuf', 'stub']
4141
GUAVA_VERSION = '33.4.8-jre'
4242

test/scalafmt/.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.4"
1+
version = "3.9.6"
22
runner.dialect = scala213
33
maxColumn = 40
44
lineEndings = preserve

test_cross_build/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.4"
1+
version = "3.9.6"
22
runner.dialect = scala213
33
maxColumn = 40
44
lineEndings = preserve
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.4"
1+
version = "3.9.6"
22
runner.dialect = scala3
33
maxColumn = 40
44
lineEndings = preserve

test_version/WORKSPACE.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ bazel_skylib_workspace()
2727

2828
http_archive(
2929
name = "rules_python",
30-
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
31-
strip_prefix = "rules_python-1.3.0",
32-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
30+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
31+
strip_prefix = "rules_python-1.4.0",
32+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3333
)
3434

3535
load("@rules_python//python:repositories.bzl", "py_repositories")

third_party/repositories/scala_2_11.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ artifacts = {
782782
"sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6",
783783
},
784784
"scala_proto_rules_proto_google_common_protos": {
785-
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2",
786-
"sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5",
785+
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.3",
786+
"sha256": "6a35af8ee0ec85266f9b0656be1a17b3e73ec029fed76c3073dccdd79d921664",
787787
"deps": [
788788
"@com_google_protobuf_protobuf_java",
789789
],

third_party/repositories/scala_2_12.bzl

+20-20
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ artifacts = {
425425
],
426426
},
427427
"org_scalameta_common": {
428-
"artifact": "org.scalameta:common_2.12:4.13.4",
429-
"sha256": "29f64b583396791d2fd07d674b6ea14c66e98070b8c208340a21e945ced3a3f4",
428+
"artifact": "org.scalameta:common_2.12:4.13.5",
429+
"sha256": "673883add62cf7cd7f1de35915243392684d96ebaed65b5854bbcdb3200ef2d9",
430430
"deps": [
431431
"@com_lihaoyi_sourcecode",
432432
"@io_bazel_rules_scala_scala_library",
@@ -449,8 +449,8 @@ artifacts = {
449449
],
450450
},
451451
"org_scalameta_io": {
452-
"artifact": "org.scalameta:io_2.12:4.13.4",
453-
"sha256": "c9c4fba8d686d802afa407434c4cb1f7e276d756389528f8366d5a221fddb7d0",
452+
"artifact": "org.scalameta:io_2.12:4.13.5",
453+
"sha256": "033dd660381e02c21020381f3959ff0ce57618a7f0359774432a23a9ad16d2c5",
454454
"deps": [
455455
"@io_bazel_rules_scala_scala_library",
456456
],
@@ -493,25 +493,25 @@ artifacts = {
493493
],
494494
},
495495
"org_scalameta_parsers": {
496-
"artifact": "org.scalameta:parsers_2.12:4.13.4",
497-
"sha256": "730cb97a4858ed4e5ae3145ae823c568cacd58c294fa73d9aabda3a4f09c4de3",
496+
"artifact": "org.scalameta:parsers_2.12:4.13.5",
497+
"sha256": "97b02729822b65f952f6b664ac49b7d760de93e3fb967efca4ac9fdc9f8433ce",
498498
"deps": [
499499
"@io_bazel_rules_scala_scala_library",
500500
"@org_scalameta_trees",
501501
],
502502
},
503503
"org_scalameta_scalafmt_config": {
504-
"artifact": "org.scalameta:scalafmt-config_2.12:3.9.4",
505-
"sha256": "ab923b66fadd66675aedd71836e14cc18dbca2573e33e76ed967d72a4c7d78cd",
504+
"artifact": "org.scalameta:scalafmt-config_2.12:3.9.6",
505+
"sha256": "275da96da0172f0677a925b457d8cc013032b845a351b525b8fc8233f30790c5",
506506
"deps": [
507507
"@io_bazel_rules_scala_scala_library",
508508
"@org_scalameta_metaconfig_core",
509509
"@org_scalameta_metaconfig_typesafe_config",
510510
],
511511
},
512512
"org_scalameta_scalafmt_core": {
513-
"artifact": "org.scalameta:scalafmt-core_2.12:3.9.4",
514-
"sha256": "0bde7a0ec2d335b8e722b04f2df04aa99bfcbf92169bd6de5358a0a29abd0ce0",
513+
"artifact": "org.scalameta:scalafmt-core_2.12:3.9.6",
514+
"sha256": "ebe4069b2c235ac08eead05f15cd460859fb7140b3f996432b495618889c47fe",
515515
"deps": [
516516
"@io_bazel_rules_scala_scala_library",
517517
"@org_scalameta_mdoc_parser",
@@ -521,25 +521,25 @@ artifacts = {
521521
],
522522
},
523523
"org_scalameta_scalafmt_macros": {
524-
"artifact": "org.scalameta:scalafmt-macros_2.12:3.9.4",
525-
"sha256": "e63c6075b00bb088bb7c6196bee3d1d4bf24a48b82d96afc3a95250de7352672",
524+
"artifact": "org.scalameta:scalafmt-macros_2.12:3.9.6",
525+
"sha256": "4591ee01898fc30fca9f205d45fc3401372b7e8c56a950200d2257283c06b01b",
526526
"deps": [
527527
"@io_bazel_rules_scala_scala_library",
528528
"@io_bazel_rules_scala_scala_reflect",
529529
"@org_scalameta_scalameta",
530530
],
531531
},
532532
"org_scalameta_scalafmt_sysops": {
533-
"artifact": "org.scalameta:scalafmt-sysops_2.12:3.9.4",
534-
"sha256": "692e500687e5b74eff488a127fdbb9e7e70e14eef0942d4a831018042a225a24",
533+
"artifact": "org.scalameta:scalafmt-sysops_2.12:3.9.6",
534+
"sha256": "a871c62fc786900f7c23afa8546bfc22d8aaeda97aa52ce2aab25f058767a09f",
535535
"deps": [
536536
"@com_github_bigwheel_util_backports",
537537
"@io_bazel_rules_scala_scala_library",
538538
],
539539
},
540540
"org_scalameta_scalameta": {
541-
"artifact": "org.scalameta:scalameta_2.12:4.13.4",
542-
"sha256": "9cd33c7bde177792b70fbc7a071a7016aa59fede9a0c626e040961c2b81c1877",
541+
"artifact": "org.scalameta:scalameta_2.12:4.13.5",
542+
"sha256": "e216256fc19f5ef83f0cd634924238c59e7af2a8bb8509bdc624334a68e9b695",
543543
"deps": [
544544
"@io_bazel_rules_scala_scala_library",
545545
"@org_scalameta_parsers",
@@ -553,8 +553,8 @@ artifacts = {
553553
],
554554
},
555555
"org_scalameta_trees": {
556-
"artifact": "org.scalameta:trees_2.12:4.13.4",
557-
"sha256": "a9155e718d0110cb23fc4f5429325ee6fb7487182f646c7cf03d64652d5c41f1",
556+
"artifact": "org.scalameta:trees_2.12:4.13.5",
557+
"sha256": "6af72167e60dfa8ffb7d45fb33df079be0d3ee40042f05d67bb94957d9597b18",
558558
"deps": [
559559
"@io_bazel_rules_scala_scala_library",
560560
"@org_scalameta_common",
@@ -812,8 +812,8 @@ artifacts = {
812812
"sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6",
813813
},
814814
"scala_proto_rules_proto_google_common_protos": {
815-
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2",
816-
"sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5",
815+
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.3",
816+
"sha256": "6a35af8ee0ec85266f9b0656be1a17b3e73ec029fed76c3073dccdd79d921664",
817817
"deps": [
818818
"@com_google_protobuf_protobuf_java",
819819
],

0 commit comments

Comments
 (0)