Skip to content

Commit d765d7b

Browse files
authored
Bump dependency versions (bazel-contrib#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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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")

0 commit comments

Comments
 (0)