Skip to content

Commit 673cd76

Browse files
aignasrickeylev
andauthored
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]>
1 parent acf7507 commit 673cd76

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ END_UNRELEASED_TEMPLATE
5454

5555
{#v0-0-0-changed}
5656
### 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.
5760
* (gazelle) For package mode, resolve dependencies when imports are relative
5861
to the package path. This is enabled via the
5962
`# gazelle:python_experimental_allow_relative_imports` true directive ({gh-issue}`2203`).

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)