From c5cefa139df8fe8408fc0c6d3d603d57077cd890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:53:07 +0000 Subject: [PATCH] Update taskcluster requirement from >=24.0.0 to >=100.5.0 Updates the requirements on [taskcluster](https://github.com/taskcluster/taskcluster) to permit the latest version. - [Release notes](https://github.com/taskcluster/taskcluster/releases) - [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md) - [Commits](https://github.com/taskcluster/taskcluster/compare/v24.0.0...v100.5.0) --- updated-dependencies: - dependency-name: taskcluster dependency-version: 100.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5fb0c0..e654f24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ redis requests rs_parsepatch structlog -taskcluster>=24.0.0 +taskcluster>=100.5.0