diff --git a/internal_deps.bzl b/internal_deps.bzl index be421a43..b06d5ccb 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -44,11 +44,11 @@ def rules_py_internal_deps(): # see https://github.com/bazelbuild/bazel-skylib/issues/250 http_archive( name = "bazel_skylib", - sha256 = "07b4117379dde7ab382345c3b0f5edfc6b7cff6c93756eac63da121e0bbcc5de", - strip_prefix = "bazel-skylib-1.1.1", + sha256 = "3b620033ca48fcd6f5ef2ac85e0f6ec5639605fa2f627968490e52fc91a9932f", + strip_prefix = "bazel-skylib-1.3.0", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.1.1.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.1.1.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.3.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3.0.tar.gz", ], ) diff --git a/py/repositories.bzl b/py/repositories.bzl index b23e8157..3d1ae6fb 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -24,10 +24,10 @@ def rules_py_dependencies(): # The minimal version of bazel_skylib we require http_archive( name = "bazel_skylib", - sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728", + sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506", urls = [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", ], )