Skip to content

Commit ff281a7

Browse files
chore(deps): bump rules_python from 1.8.3 to 2.0.2
Bumps [rules_python](https://github.com/bazel-contrib/rules_python) from 1.8.3 to 2.0.2. - [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.3...2.0.2) --- updated-dependencies: - dependency-name: rules_python dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61d0c81 commit ff281a7

2 files changed

Lines changed: 4 additions & 237 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module(
1414
name = "cpp_rust_template_repository",
1515
)
1616

17-
bazel_dep(name = "rules_python", version = "1.8.3", dev_dependency = True)
17+
bazel_dep(name = "rules_python", version = "2.0.2", dev_dependency = True)
1818

1919
# Python 3.12: Required for testing infrastructure and code generation tools
2020
PYTHON_VERSION = "3.12"

0 commit comments

Comments
 (0)