From 026c47cc3513de9316e19057d71ba02b12598e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:19:43 +0000 Subject: [PATCH] Update taskcluster requirement from >=24.0.0 to >=100.0.1 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.0.1) --- updated-dependencies: - dependency-name: taskcluster dependency-version: 100.0.1 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..4ae1ca3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ redis requests rs_parsepatch structlog -taskcluster>=24.0.0 +taskcluster>=100.0.1