Skip to content

chore(deps): update dependency rules_python to v1.3.0 #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Type Update Change
rules_python bazel_dep minor 1.2.0 -> 1.3.0

Release Notes

bazel-contrib/rules_python (rules_python)

v1.3.0

Compare Source

For more detailed setup instructions, see https://rules-python.readthedocs.io/en/latest/getting-started.html

For the user-facing changelog see here

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_python", version = "1.3.0")

python = use_extension("@​rules_python//python/extensions:python.bzl", "python")
python.toolchain(
    python_version = "3.13",
)

pip = use_extension("@​rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
    hub_name = "pypi",
    python_version = "3.13",
    requirements_lock = "//:requirements_lock.txt",
)

use_repo(pip, "pypi")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_python",
    sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
    strip_prefix = "rules_python-1.3.0",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
)

load("@​rules_python//python:repositories.bzl", "py_repositories")

py_repositories()
Gazelle plugin

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python_gazelle_plugin",
    sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
    strip_prefix = "rules_python-1.3.0/gazelle",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
)

### To compile the rules_python gazelle extension from source,
### we must fetch some third-party go dependencies that it uses.

load("@​rules_python_gazelle_plugin//:deps.bzl", _py_gazelle_deps = "gazelle_deps")

_py_gazelle_deps()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_python@1.1.0...1.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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. View the repository job log.

@renovate renovate bot force-pushed the renovate/rules_python-1.x branch from d678bbd to 69a9926 Compare December 11, 2024 12:02
@renovate renovate bot force-pushed the renovate/rules_python-1.x branch from 69a9926 to 9a45d07 Compare January 19, 2025 08:29
@renovate renovate bot force-pushed the renovate/rules_python-1.x branch from 9a45d07 to 178fcef Compare February 27, 2025 11:34
@renovate renovate bot force-pushed the renovate/rules_python-1.x branch 4 times, most recently from b2dfc1e to 01c7387 Compare March 26, 2025 14:36
@renovate renovate bot changed the title chore(deps): update dependency rules_python to v1 chore(deps): update dependency rules_python to v1 - autoclosed Mar 26, 2025
@renovate renovate bot closed this Mar 26, 2025
@renovate renovate bot deleted the renovate/rules_python-1.x branch March 26, 2025 14:40
@renovate renovate bot changed the title chore(deps): update dependency rules_python to v1 - autoclosed chore(deps): update dependency rules_python to v1 Mar 27, 2025
@renovate renovate bot reopened this Mar 27, 2025
@renovate renovate bot force-pushed the renovate/rules_python-1.x branch from a68b9e9 to 01c7387 Compare March 27, 2025 19:33
@renovate renovate bot changed the title chore(deps): update dependency rules_python to v1 chore(deps): update dependency rules_python to v1.3.0 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/rules_python-1.x branch from 01c7387 to 4d924a9 Compare March 27, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants