Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the build-tools-pip group with 2 updates: mozilla-taskgraph and taskcluster-taskgraph.

Updates mozilla-taskgraph from 3.4.1 to 4.0.0

Release notes

Sourced from mozilla-taskgraph's releases.

4.0.0

What's Changed

New Contributors

Full Changelog: mozilla-releng/mozilla-taskgraph@3.4.2...4.0.0

3.4.2

What's Changed

Full Changelog: mozilla-releng/mozilla-taskgraph@3.4.1...3.4.2

Changelog

Sourced from mozilla-taskgraph's changelog.

4.0.0 (2025-10-17)

Fix

  • declare support for Taskgraph 17.x

  • added support for taskcluster-taskgraph v16.2.1 (#117)

  • drop support for Python 3.8

3.4.2 (2025-10-08)

Added

  • mark as compatible with taskcluster-taskgraph 16
Commits
  • 157405e chore: version bump 4.0.0
  • f70de04 style: fix lint issues caused by dropping 3.8 support
  • 3a64cb0 chore!: drop support for Python 3.8
  • d440790 fix: declare support for Taskgraph 17.x
  • fc337b2 fix: added support for taskcluster-taskgraph v16.2.1 (#117)
  • aacda3d chore: mark as compatible with taskcluster-taskgraph 16 (#116)
  • 177cccd chore: pre-commit autoupdate (#115)
  • dc4a831 chore: pre-commit autoupdate (#113)
  • See full diff in compare view

Updates taskcluster-taskgraph from 15.4.0 to 17.2.1

Release notes

Sourced from taskcluster-taskgraph's releases.

17.2.1

What's Changed

Full Changelog: taskcluster/taskgraph@17.2.0...17.2.1

17.2.0

What's Changed

Full Changelog: taskcluster/taskgraph@17.1.0...17.2.0

17.1.0

What's Changed

Full Changelog: taskcluster/taskgraph@17.0.0...17.1.0

17.0.0

What's Changed

... (truncated)

Changelog

Sourced from taskcluster-taskgraph's changelog.

[17.2.1] - 2025-10-31

Fixed

  • Exception when using run-task script on Windows
  • run-task script temporarily supports Python 3.8 again
  • Optimization phase updates dependencies property in Task objects

[17.2.0] - 2025-10-30

Added

  • Added support for outputting a mermaid flowchart of the kind graph (taskgraph kind-graph)

Fixed

  • get_taskcluster_client respects PRODUCTION_TASKCLUSTER_ROOT_URL again
  • Avoid using the proxy in get_index_url, aligning it with get_artifact_url
  • Don't parse git clean's stderr to prevent trying to parse error messages
  • Fixed stripping prefixes for hard links when repacking archives in fetch-content
  • Fixed fetching JSON artifacts that are not an object with util.taskcluster.get_artifact
  • Fixed the run_task transform to not use the proxy to get script artifacts

[17.1.0] - 2025-10-22

Added

  • Support for "graph_config" verifications

Fixed

  • Added Python 3.8 support back to fetch-content script for Gecko workaround

[17.0.0] - 2025-10-17

Changed

  • BREAKING CHANGE: Dropped support for Python 3.8
  • BREAKING CHANGE: base_ref parameter no longer gets reset to default branch by Decision task
  • BREAKING CHANGE: base_rev parameter no longer gets reset to merge-base by Decision task
  • BREAKING CHANGE: run-task script no longer fetches or checks out base_ref parameter
  • BREAKING CHANGE: run-task script no longer fetches all heads if head_ref was not specified

Added

  • run-task now supports shallow Git clones
  • Improved support for shallow clones in repo.get_changed_files()

Perf

... (truncated)

Commits
  • 893dd5c chore: version bump Taskgraph v17.2.1
  • c604459 refactor: move transforms that only check state out of task.py
  • bf1d768 fix: update dependencies attribute in optimize.get_subgraph
  • 324231e fix: make 'run-task' support Python 3.8 again
  • 309413e fix: support windows in run-task (#850)
  • a5e01b1 fix: don't require free-threaded python tests to pass (#845)
  • fff81c0 fix: removing HTTP error checking. (#831)
  • 8facd85 chore: Bump version to 17.2.0 (#848)
  • 790fbae fix: block tc proxy in script_url (#847)
  • c884607 Bug 1997236 - Don't try to re-parse JSON in util.taskcluster.get_artifact (#846)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
taskcluster-taskgraph [>= 8.a, < 9]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the build-tools-pip group with 2 updates: [mozilla-taskgraph](https://github.com/mozilla-releng/mozilla-taskgraph) and [taskcluster-taskgraph](https://github.com/taskcluster/taskgraph).


Updates `mozilla-taskgraph` from 3.4.1 to 4.0.0
- [Release notes](https://github.com/mozilla-releng/mozilla-taskgraph/releases)
- [Changelog](https://github.com/mozilla-releng/mozilla-taskgraph/blob/main/CHANGELOG.md)
- [Commits](mozilla-releng/mozilla-taskgraph@3.4.1...4.0.0)

Updates `taskcluster-taskgraph` from 15.4.0 to 17.2.1
- [Release notes](https://github.com/taskcluster/taskgraph/releases)
- [Changelog](https://github.com/taskcluster/taskgraph/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskgraph@15.4.0...17.2.1)

---
updated-dependencies:
- dependency-name: mozilla-taskgraph
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build-tools-pip
- dependency-name: taskcluster-taskgraph
  dependency-version: 17.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build-tools-pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 05:02
@dependabot dependabot bot requested review from ahal and removed request for a team November 1, 2025 05:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant