Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.40.0 (#394)
Browse files Browse the repository at this point in the history
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

<details>
<summary>bazelbuild/rules_python (rules_python)</summary>

###
[`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}

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 6ae6947 commit 1aadfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel_integration_test/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit 1aadfd1

Please sign in to comment.