Skip to content

Commit 277026b

Browse files
committed
chore(deps): upgrade bazel-skylib to 1.8.1 (#3118)
With most recent bazel versions, older versions of rules_python started spewing a lot of warnings due to us using `bazel-skylib` for copying files around. The only solution is to bump the bazel-skylib version. Fixes #3113 --------- Co-authored-by: Richard Levasseur <[email protected]> (cherry picked from commit 673cd76) Cherry-pick notes: adapted changelog to mention 1.5.2
1 parent 9a4b874 commit 277026b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ END_UNRELEASED_TEMPLATE
5252

5353
[1.5.2]: https://github.com/bazel-contrib/rules_python/releases/tag/1.5.2
5454

55+
{#v1-5-2-changed}
56+
### Changed
57+
* (deps) (bzlmod) Upgraded to `bazel-skylib` version
58+
[1.8.1](https://github.com/bazelbuild/bazel-skylib/releases/tag/1.8.1)
59+
to remove deprecation warnings.
60+
5561
{#v1-5-2-fixed}
5662
### Fixed
5763
* (pypi) Correctly pull `sdist` distributions using `pip`

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module(
55
)
66

77
bazel_dep(name = "bazel_features", version = "1.21.0")
8-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8+
bazel_dep(name = "bazel_skylib", version = "1.8.1")
99
bazel_dep(name = "rules_cc", version = "0.0.16")
1010
bazel_dep(name = "platforms", version = "0.0.11")
1111

0 commit comments

Comments
 (0)