Skip to content

Commit fa40cf8

Browse files
Bump rules_python from 1.8.2 to 1.8.3 in /src (#537)
Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/bazel-contrib/rules_python/releases) - [Changelog](https://github.com/bazel-contrib/rules_python/blob/main/CHANGELOG.md) - [Commits](bazel-contrib/rules_python@1.8.2...1.8.3) --- updated-dependencies: - dependency-name: rules_python dependency-version: 1.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50361c6 commit fa40cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)
2323
# https://github.com/pybind/pybind11_bazel/blob/master/MODULE.bazel
2424
bazel_dep(name = "platforms", version = "1.0.0")
2525
bazel_dep(name = "pybind11_bazel", version = "3.0.0")
26-
bazel_dep(name = "rules_python", version = "1.8.2")
26+
bazel_dep(name = "rules_python", version = "1.8.3")
2727

2828
# Extensions
2929
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension", dev_dependency = True)

0 commit comments

Comments
 (0)