diff --git a/taskcluster/requirements.in b/taskcluster/requirements.in index 678be05899..4c4004a95a 100644 --- a/taskcluster/requirements.in +++ b/taskcluster/requirements.in @@ -2,5 +2,5 @@ # https://taskcluster-taskgraph.readthedocs.io/en/latest/howto/bootstrap-taskgraph.html mozilla-repo-urls==0.2.2 -mozilla-taskgraph>=4.2.0 +mozilla-taskgraph>=4.4.0 taskcluster-taskgraph>=24.1.1 diff --git a/taskcluster/requirements.txt b/taskcluster/requirements.txt index 9d339696f4..3529bc15a7 100644 --- a/taskcluster/requirements.txt +++ b/taskcluster/requirements.txt @@ -558,9 +558,9 @@ mozilla-repo-urls==0.2.2 \ # via # -r requirements.in # taskcluster-taskgraph -mozilla-taskgraph==4.2.0 \ - --hash=sha256:22efc5bb6c63f118b51e6612749830a3ee32b10169308aedac2147061c48dc33 \ - --hash=sha256:fa89a41bc1e92b189fb6bd5c36179561c1c149a7e3d85c1efdc30ebe3d719bdb +mozilla-taskgraph==4.4.0 \ + --hash=sha256:7e8cad5e63ac40ef8669875a1a696e4347fae8edc69f7d4bb2ad6809aedf31d5 \ + --hash=sha256:a758f775d6a413c283d854764f6955929fdd1268a7d68c33fdaf970614558634 # via -r requirements.in msgspec==0.21.1 \ --hash=sha256:0d03867786e5d7ba25d666df4b11320c27170f4aeafcb8e3a8b0a50a4fb742ca \ @@ -1007,9 +1007,9 @@ slugid==2.0.0 \ # via # taskcluster # taskcluster-taskgraph -taskcluster==100.5.0 \ - --hash=sha256:5b2dc2624e7e1a1ca8352b63cf9c4734e9edfab4452a4b3adaa45ce09b19f444 \ - --hash=sha256:b56b385da136024cb0f7326a545156bc0d9827194930636bd2d4a9dde2e7d59f +taskcluster==101.1.0 \ + --hash=sha256:44f0bfd00769e4c897ae84f19fb7a576dfe23975f30ba66381d118169edb174c \ + --hash=sha256:9b2c2310ca95e144bab68e1a2953efa9837fa93eafd9866bf748e4bfb0956596 # via taskcluster-taskgraph taskcluster-taskgraph==24.1.1 \ --hash=sha256:07118c4e8ab02350adf7a2b230feca72eb558949f2a18da81217bfcbbedd41fa \ diff --git a/taskcluster/scripts/requirements.in b/taskcluster/scripts/requirements.in index 5f1cb2aa91..d27c43ff40 100644 --- a/taskcluster/scripts/requirements.in +++ b/taskcluster/scripts/requirements.in @@ -1,4 +1,4 @@ multidict >= 5.0.0 yarl>=1.24.2 -taskcluster==100.5.0 +taskcluster==101.1.0 sentry-cli==3.6.0 diff --git a/taskcluster/scripts/requirements.txt b/taskcluster/scripts/requirements.txt index 0367b1b4cb..460627b600 100644 --- a/taskcluster/scripts/requirements.txt +++ b/taskcluster/scripts/requirements.txt @@ -729,9 +729,9 @@ slugid==2.0.0 \ --hash=sha256:a950d98b72691178bdd4d6c52743c4a2aa039207cf7a97d71060a111ff9ba297 \ --hash=sha256:aec8b0e01c4ad32e38e12d609eab3ec912fd129aaf6b2ded0199b56a5f8fd67c # via taskcluster -taskcluster==100.5.0 \ - --hash=sha256:5b2dc2624e7e1a1ca8352b63cf9c4734e9edfab4452a4b3adaa45ce09b19f444 \ - --hash=sha256:b56b385da136024cb0f7326a545156bc0d9827194930636bd2d4a9dde2e7d59f +taskcluster==101.1.0 \ + --hash=sha256:44f0bfd00769e4c897ae84f19fb7a576dfe23975f30ba66381d118169edb174c \ + --hash=sha256:9b2c2310ca95e144bab68e1a2953efa9837fa93eafd9866bf748e4bfb0956596 # via -r scripts/requirements.in taskcluster-urls==13.0.2 \ --hash=sha256:667218846d03dff7b307ad9f1e95eec19b09edb6c509cd844096ac3aac1744b2 \