From e8b797c01270468ac74fb9d3432f9024921fe73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:06:14 +0000 Subject: [PATCH] Update taskcluster requirement from >=24.0.0 to >=99.2.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...v99.2.0) --- updated-dependencies: - dependency-name: taskcluster dependency-version: 99.2.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..69e5165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ redis requests rs_parsepatch structlog -taskcluster>=24.0.0 +taskcluster>=99.2.0