Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2023
1 parent d72fce0 commit 3253635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def rules_py_internal_deps():
# see https://github.com/bazelbuild/bazel-skylib/issues/250
http_archive(
name = "bazel_skylib",
sha256 = "3b620033ca48fcd6f5ef2ac85e0f6ec5639605fa2f627968490e52fc91a9932f",
strip_prefix = "bazel-skylib-1.3.0",
url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3.0.tar.gz",
sha256 = "4dd05f44200db3b78f72f56ebd8b102d5bcdc17c0299955d4eb20c38c6f07cd7",
strip_prefix = "bazel-skylib-1.4.0",
url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.0.tar.gz",
)

http_archive(
Expand Down
6 changes: 3 additions & 3 deletions py/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def rules_py_dependencies():
# The minimal version of bazel_skylib we require
http_archive(
name = "bazel_skylib",
sha256 = "3b620033ca48fcd6f5ef2ac85e0f6ec5639605fa2f627968490e52fc91a9932f",
strip_prefix = "bazel-skylib-1.3.0",
url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3.0.tar.gz",
sha256 = "4dd05f44200db3b78f72f56ebd8b102d5bcdc17c0299955d4eb20c38c6f07cd7",
strip_prefix = "bazel-skylib-1.4.0",
url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.0.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 3253635

Please sign in to comment.