Skip to content

chore(deps): update dependency aspect_rules_py to v1.11.5#20

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aspect_rules_py-1.x
Open

chore(deps): update dependency aspect_rules_py to v1.11.5#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aspect_rules_py-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 17, 2026

This PR contains the following updates:

Package Type Update Change
aspect_rules_py bazel_dep minor 1.8.41.11.5

Release Notes

aspect-build/rules_py (aspect_rules_py)

v1.11.5

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.5")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

  • test: add uv custom toolchain x86_64-apple-darwin hash by @​jbedard in #​968
  • test: ensure forward-compatible version of aspect_bazel_lib in e2e tests by @​jbedard in #​969

Full Changelog: aspect-build/rules_py@v1.11.4...v1.11.5

v1.11.2

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.2")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

Full Changelog: aspect-build/rules_py@v1.11.1...v1.11.2

v1.11.1

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.1")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

New Contributors

Full Changelog: aspect-build/rules_py@v1.10.1...v1.11.1

v1.10.1

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.10.1")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

New Contributors

Full Changelog: aspect-build/rules_py@v1.10.0...v1.10.1

v1.10.0

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.10.0")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

New Contributors

Full Changelog: aspect-build/rules_py@v1.9.1...v1.10.0

v1.9.1

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.9.1")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

Full Changelog: aspect-build/rules_py@v1.9.0...v1.9.1

v1.9.0

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.9.0")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

  • feat(uv): Support PEP 735 include-group syntax in dependency-groups by @​ctcjab in #​843
  • fix(uv): Reject unsupported wheel platform tags via allowlist by @​arrdem in #​844
  • feat(py_venv): Shell-less hermetic launcher for py_venv_binary by @​arrdem in #​825
  • feat(py): Python interpreter provisioning from python-build-standalone by @​arrdem in #​827
  • fix(py): Fix freethreaded e2e test for Bazel 9 on macOS by @​arrdem in #​846
  • fix(e2e): Add @​platforms//os:linux to OCI distroless exec tests by @​arrdem in #​847

New Contributors

Full Changelog: aspect-build/rules_py@v1.8.6...v1.9.0

v1.8.6

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.8.6")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

New Contributors

Full Changelog: aspect-build/rules_py@v1.8.5...v1.8.6

v1.8.5

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.8.5")

And also register a Python toolchain, see rules_python. For example:

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

What's Changed

New Contributors

Full Changelog: aspect-build/rules_py@v1.8.4...v1.8.5


Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot force-pushed the renovate/aspect_rules_py-1.x branch 6 times, most recently from 5c3c986 to c73b551 Compare April 18, 2026 01:14
@renovate renovate Bot force-pushed the renovate/aspect_rules_py-1.x branch from c73b551 to 829894e Compare May 5, 2026 22:43
@renovate renovate Bot changed the title chore(deps): update dependency aspect_rules_py to v1.11.2 chore(deps): update dependency aspect_rules_py to v1.11.5 May 5, 2026
@renovate renovate Bot force-pushed the renovate/aspect_rules_py-1.x branch 11 times, most recently from af25228 to bfb7df0 Compare May 19, 2026 22:07
@renovate renovate Bot force-pushed the renovate/aspect_rules_py-1.x branch from bfb7df0 to b5962a8 Compare May 20, 2026 01:12
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