Merge pull request #177 from renovate-bot:renovate/bazel_skylib-1.x
PiperOrigin-RevId: 509457484
Change-Id: I1c72c7e256e831fbcae66900ea4be4ea3dcbd1d1
diff --git a/WORKSPACE b/WORKSPACE
index a8cab3c..e240e25 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,19 +23,19 @@
http_archive(
name = "io_abseil_py",
- sha256 = "c0bf3e839b7b1c58ac75e41f72a708597087a6c7dd0582aec4914e0d98ec8b04",
- strip_prefix = "abseil-py-1.3.0",
+ sha256 = "0fb3a4916a157eb48124ef309231cecdfdd96ff54adf1660b39c0d4a9790a2c0",
+ strip_prefix = "abseil-py-1.4.0",
urls = [
- "https://github.com/abseil/abseil-py/archive/refs/tags/v1.3.0.tar.gz",
+ "https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.tar.gz",
],
)
http_archive(
name = "io_bazel_rules_go",
- sha256 = "56d8c5a5c91e1af73eca71a6fab2ced959b67c86d12ba37feedb0a2dfea441a6",
+ sha256 = "dd926a88a564a9246713a9c00b35315f54cbd46b31a26d5d8fb264c07045f05d",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip",
- "https://github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
],
)