Skip to content

Commit 4893bee

Browse files
build(deps): bump pybind11_bazel from 3.0.0 to 3.0.1 in /src (#557)
Bumps [pybind11_bazel](https://github.com/pybind/pybind11_bazel) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pybind/pybind11_bazel/releases) - [Commits](pybind/pybind11_bazel@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pybind11_bazel dependency-version: 3.0.1 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 ffbc178 commit 4893bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)
2222
# The platforms dependency is needed for pybind_extension rules. See:
2323
# https://github.com/pybind/pybind11_bazel/blob/master/MODULE.bazel
2424
bazel_dep(name = "platforms", version = "1.0.0")
25-
bazel_dep(name = "pybind11_bazel", version = "3.0.0")
25+
bazel_dep(name = "pybind11_bazel", version = "3.0.1")
2626
bazel_dep(name = "rules_python", version = "1.9.0-rc1")
2727

2828
# Extensions

0 commit comments

Comments
 (0)