From 1aadfd14f72b479547a944228b6808c23d34dd99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:18:23 -0700 Subject: [PATCH] chore(deps): update dependency rules_python to v0.40.0 (#394) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_python](https://redirect.github.com/bazelbuild/rules_python) | http_archive | minor | `0.39.0` -> `0.40.0` | --- ### Release Notes
bazelbuild/rules_python (rules_python) ### [`v0.40.0`](https://redirect.github.com/bazelbuild/rules_python/blob/HEAD/CHANGELOG.md#0400---2024-11-17) [Compare Source](https://redirect.github.com/bazelbuild/rules_python/compare/0.39.0...0.40.0) [0.40.0]: https://redirect.github.com/bazelbuild/rules_python/releases/tag/0.40.0 {#v0-40-changed} ##### Changed - Nothing changed. {#v0-40-fixed} ##### Fixed - (rules) Don't drop custom import paths if Bazel-builtin PyInfo is removed. ([2414](https://redirect.github.com/bazelbuild/rules_python/issues/2414)). {#v0-40-added} ##### Added - Nothing added. {#v0-40-removed} ##### Removed - (publish) Remove deprecated `requirements.txt` for the `twine` dependencies. Please use `requirements_linux.txt` instead. {#v0-39-0}
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel_integration_test/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel_integration_test/deps.bzl b/bazel_integration_test/deps.bzl index 103134f..db71dcd 100644 --- a/bazel_integration_test/deps.bzl +++ b/bazel_integration_test/deps.bzl @@ -36,7 +36,7 @@ def bazel_integration_test_rules_dependencies(): maybe( http_archive, name = "rules_python", - sha256 = "62ddebb766b4d6ddf1712f753dac5740bea072646f630eb9982caa09ad8a7687", - strip_prefix = "rules_python-0.39.0", - url = "https://github.com/bazelbuild/rules_python/archive/0.39.0.tar.gz", + sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53", + strip_prefix = "rules_python-0.40.0", + url = "https://github.com/bazelbuild/rules_python/archive/0.40.0.tar.gz", )