Skip to content

Bump the taskcluster-pip group across 1 directory with 5 updates - #11479

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/taskcluster/taskcluster-pip-6635aa8008
Open

Bump the taskcluster-pip group across 1 directory with 5 updates#11479
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/taskcluster/taskcluster-pip-6635aa8008

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the taskcluster-pip group with 5 updates in the /taskcluster directory:

Package From To
mozilla-taskgraph 4.4.0 5.0.0
taskcluster 101.1.0 103.0.1
taskcluster-taskgraph 24.2.0 24.2.3
yarl 1.24.2 1.24.5
sentry-cli 3.6.0 3.6.2

Updates mozilla-taskgraph from 4.4.0 to 5.0.0

Release notes

Sourced from mozilla-taskgraph's releases.

5.0.0

What's Changed

Full Changelog: mozilla-releng/mozilla-taskgraph@4.4.0...5.0.0

Changelog

Sourced from mozilla-taskgraph's changelog.

5.0.0 (2026-07-24)

Changed

  • tag actions in the scriptworker-lando payload builder now support git
    • BREAKING CHANGE: This work has necessitated the removal of the automatic look-up of it in parameters; it must now be present in the tag action information.
    • hg_repo_url is now optional
Commits
  • 3e5fef6 Merge pull request #239 from bhearsum/chore-version-bump-5.0.0
  • 84ee2a3 chore: version bump 5.0.0
  • 68fa56f Merge pull request #238 from bhearsum/feat-bug-2055645-add-support-f
  • 7c0a745 feat: bug 2055645: add support for direct git tags in landoscript payloads (B...
  • See full diff in compare view

Updates taskcluster from 101.1.0 to 103.0.1

Release notes

Sourced from taskcluster's releases.

v103.0.1

WORKER-DEPLOYERS

▶ [patch] Generic worker now continues trying to garbage collect caches even if one removal fails for any reason

USERS

▶ [patch] #8942 Fix workers panicking if a task that's not resolved yet would exhaust enough disk space for the worker to not meet their minimum disk space required to claim new tasks.

▶ [patch] Generic worker will try evicting writable cache directories again when garbage collecting. This was regressed in v100.0.0

▶ [patch] Workers will now reliably clean task directories / users again. The cleanup behavior was regressed in v100.0.0

v103.0.0

DEPLOYERS

▶ [minor] The Helm chart now supports annotations on Taskcluster workload pods. Use the global podAnnotations map for every Deployment and CronJob pod. A service process's podAnnotations map is merged with the global map for that workload, with process values taking precedence for matching keys.

▶ [patch] Fixed a potential panic in websocktunnel when a worker sent a malformed ACK

▶ [patch] Websocktunnel will now close sessions when a client sends an invalid packet instead of silently ignoring it

ADMINS

▶ [patch] bug 2057491 Fixed a bug in the auth service's scope resolver where the scopes :*, ::*, :a*, :as*, :ass*, :assu*, :assum* and :assume* were expanded as if they were *

USERS

▶ [MAJOR] #8869 The client-rust AsyncWriterFactory now needs to be Send and the get_writer method now takes an optional content_length parameter that indicates what size the writer should expect. The get_writer method is also now only called when the initial request succeeded and the response stream is about to be pulled.

▶ [patch] #7590 Add UI to view audit history for client, roles, hooks, secrets

▶ [patch]

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v103.0.1

WORKER-DEPLOYERS

▶ [patch] Generic worker now continues trying to garbage collect caches even if one removal fails for any reason

USERS

▶ [patch] #8942 Fix workers panicking if a task that's not resolved yet would exhaust enough disk space for the worker to not meet their minimum disk space required to claim new tasks.

▶ [patch] Generic worker will try evicting writable cache directories again when garbage collecting. This was regressed in v100.0.0

▶ [patch] Workers will now reliably clean task directories / users again. The cleanup behavior was regressed in v100.0.0

v103.0.0

DEPLOYERS

▶ [minor] The Helm chart now supports annotations on Taskcluster workload pods. Use the global podAnnotations map for every Deployment and CronJob pod. A service process's podAnnotations map is merged with the global map for that workload, with process values taking precedence for matching keys.

▶ [patch] Fixed a potential panic in websocktunnel when a worker sent a malformed ACK

▶ [patch] Websocktunnel will now close sessions when a client sends an invalid packet instead of silently ignoring it

ADMINS

▶ [patch] bug 2057491 Fixed a bug in the auth service's scope resolver where the scopes :*, ::*, :a*, :as*, :ass*, :assu*, :assum* and :assume* were expanded as if they were *

USERS

▶ [MAJOR] #8869 The client-rust AsyncWriterFactory now needs to be Send and the get_writer method now takes an optional content_length parameter that indicates what size the writer should expect. The get_writer method is also now only called when the initial request succeeded and the response stream is about to be pulled.

▶ [patch] #7590 Add UI to view audit history for client, roles, hooks, secrets

... (truncated)

Commits
  • 85c75bc v103.0.1
  • 79e8100 Merge pull request #8946 from Eijebong/fix-caches
  • 6c980e3 Only remove a file cache entry if it is still the one we evicted
  • 4c9d9d7 Take the cache lock when evicting file caches during garbage collection
  • 84f1d63 Don't give up garbage collecting when one eviction fails
  • 134c50e Let the garbage collector reach writable directory caches
  • df57906 Purge task directories when a completion is handled by the bottom loop select
  • b7c75cc Log when the main loop is waiting for a task to resolve
  • 5d576d2 Don't log disk space in the getter for it
  • 1e07e05 Don't panic when the GC can't free enough disk space while other tasks are ru...
  • Additional commits viewable in compare view

Updates taskcluster-taskgraph from 24.2.0 to 24.2.3

Release notes

Sourced from taskcluster-taskgraph's releases.

24.2.3

What's Changed

Full Changelog: taskcluster/taskgraph@24.2.2...24.2.3

24.2.2

What's Changed

Full Changelog: taskcluster/taskgraph@24.2.1...24.2.2

24.2.1

What's Changed

Full Changelog: taskcluster/taskgraph@24.2.0...24.2.1

Changelog

Sourced from taskcluster-taskgraph's changelog.

[24.2.3] - 2026-07-29

Fixed

  • Vendor latest robustcheckout

[24.2.2] - 2026-07-28

Fixed

  • Only write cached tasks to index for github-pull-request tasks_for

[24.2.1] - 2026-07-27

Fixed

  • Don't run nested ProcessPoolExecutors (#1008)
Commits
  • 305a07f chore: version bump v24.2.3
  • 3a280ed fix(deps): vendor latest robustcheckout
  • d7efa4b chore: version bump v24.2.2
  • e54ccab fix: index cached tasks for PRs when tasks for is github-pull-request
  • 30b7440 chore: version bump 24.2.1 (#1010)
  • f303f38 fix: don't run nested ProcessPoolExecutors (#1008)
  • See full diff in compare view

Updates yarl from 1.24.2 to 1.24.5

Changelog

Sourced from yarl's changelog.

v1.24.5

(2026-07-19)

Contributor-facing changes

  • Restricted the exhaustive IDNA default-ignorable sweep test to a native Linux x86_64 runner. It iterates roughly 140,000 code points and its result does not depend on the architecture, so running it under emulated wheel builds only added minutes and intermittently crashed the test workers -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:1806.


v1.24.4

(2026-07-19)

Packaging updates and notes for downstreams

  • Stopped installing hypothesis in the wheel-build test environment. The property-based quoting tests that need it are skipped there already, and building it from source on architectures without a prebuilt wheel (such as armv7l musllinux, where the build pulls in a Rust toolchain) was failing the wheel jobs -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:1804.


v1.24.3

(2026-07-19)

... (truncated)

Commits
  • 0b30cb0 Release 1.24.5 (#1807)
  • 56150c8 Run the IDNA sweep test only on native Linux x86_64 (#1806)
  • 515adca Release 1.24.4 (#1805)
  • ab5dec2 Do not install hypothesis in the wheel-build test env (#1804)
  • f9d10fb Release 1.24.3 (#1803)
  • 058b7cb Test lone surrogate handling in encoded and parsed URL paths (#991)
  • a181cee Update hypothesis requirement from >=6.156.4 to >=6.157.0 in /requirements (#...
  • 28c1bcc Encode scheme-shaped path colon in relative-path builders (#1802)
  • 51e2802 Reject hosts with Unicode default-ignorable code points (#1801)
  • 3921a73 Drop lone surrogates that split a percent escape in the Cython quoter (#1752)
  • Additional commits viewable in compare view

Updates sentry-cli from 3.6.0 to 3.6.2

Release notes

Sourced from sentry-cli's releases.

3.6.2

Fixes

  • Do not combine a URL and non-embedded auth token from different configuration files. When configuration sources provide only one of these values, an existing value from another source may be ignored with a warning. Configure the URL and token in the same file or through CLI arguments and environment variables, which are treated as one runtime source. This change does not alter parent-config discovery or how other configuration keys are selected (#3378).

3.6.1

Fixes

  • (sourcemaps) Prevent Debug ID collisions between distinct JS files that share identical sourcemaps by hashing both the JS and sourcemap bytes when injecting Debug IDs (#3356)
Changelog

Sourced from sentry-cli's changelog.

3.6.2

Fixes

  • Do not combine a URL and non-embedded auth token from different configuration files. When configuration sources provide only one of these values, an existing value from another source may be ignored with a warning. Configure the URL and token in the same file or through CLI arguments and environment variables, which are treated as one runtime source. This change does not alter parent-config discovery or how other configuration keys are selected (#3378).

3.6.1

Fixes

  • (sourcemaps) Prevent Debug ID collisions between distinct JS files that share identical sourcemaps by hashing both the JS and sourcemap bytes when injecting Debug IDs (#3356)
Commits
  • 24cb9ea release: 3.6.2
  • cf9235e fix: Ensure URL and Auth Token come from same source (#3378)
  • 5378ef2 chore: Update packages to remove vulnerabilities (#3376)
  • bcfdfa2 chore(deps-dev): bump tar from 7.5.16 to 7.5.20 (#3375)
  • 8b2b4fa chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 (#3374)
  • deb7ef2 build: Update crossbeam-epoch (#3373)
  • e9ec88b build(npm): 🤖 Bump optional dependencies to 3.6.1
  • 8eb1661 Merge branch 'release/3.6.1'
  • b2d322a release: 3.6.1
  • 308c9ad chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#3366)
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 6, 2026 05:25
@dependabot
dependabot Bot requested review from bhearsum and removed request for a team August 6, 2026 05:25
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 6, 2026
Bumps the taskcluster-pip group with 5 updates in the /taskcluster directory:

| Package | From | To |
| --- | --- | --- |
| [mozilla-taskgraph](https://github.com/mozilla-releng/mozilla-taskgraph) | `4.4.0` | `5.0.0` |
| [taskcluster](https://github.com/taskcluster/taskcluster) | `101.1.0` | `103.0.1` |
| [taskcluster-taskgraph](https://github.com/taskcluster/taskgraph) | `24.2.0` | `24.2.3` |
| [yarl](https://github.com/aio-libs/yarl) | `1.24.2` | `1.24.5` |
| [sentry-cli](https://github.com/getsentry/sentry-cli) | `3.6.0` | `3.6.2` |



Updates `mozilla-taskgraph` from 4.4.0 to 5.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@4.4.0...5.0.0)

Updates `taskcluster` from 101.1.0 to 103.0.1
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v101.1.0...v103.0.1)

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

Updates `yarl` from 1.24.2 to 1.24.5
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.24.2...v1.24.5)

Updates `sentry-cli` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@3.6.0...3.6.2)

---
updated-dependencies:
- dependency-name: mozilla-taskgraph
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: taskcluster-pip
- dependency-name: sentry-cli
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: taskcluster-pip
- dependency-name: taskcluster
  dependency-version: 102.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: taskcluster-pip
- dependency-name: taskcluster-taskgraph
  dependency-version: 24.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: taskcluster-pip
- dependency-name: yarl
  dependency-version: 1.24.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: taskcluster-pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/taskcluster/taskcluster-pip-6635aa8008 branch from e57608c to 12397c2 Compare August 13, 2026 05:25
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.

0 participants