Skip to content

Commit a7b8f0e

Browse files
authored
chore: bump to taskcluster-taskgraph 15.1.3 (#1240)
The second part of what is needed to fix #1230
1 parent 7b0e0b4 commit a7b8f0e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ tasks:
233233
# in sync with the two pins in pyproject.toml
234234
# to ensure that decision tasks & tests use the
235235
# same version of taskgraph
236-
image: mozillareleases/taskgraph:decision-v15.1.2@sha256:18506c366d5114a66acf7e3807a25bacd9d5ed308cb2b6161e26f67a06df2a71
236+
image: mozillareleases/taskgraph:decision-v15.1.3@sha256:e5ace920985a7faf970bbcba5513b9daca94ee2c376d89218075ccbfd633cc50
237237
maxRunTime: 1800
238238
onExitStatus:
239239
retry:

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ taskcluster = "^56.0.3"
5252
# between the two instances of it in this file, and the decision image version
5353
# pin in `.taskcluster.yml`. All three should be adjusted at the same time
5454
# to ensure that decision tasks & tests use the same version of taskgraph.
55-
taskcluster-taskgraph = "15.1.2"
55+
taskcluster-taskgraph = "15.1.3"
5656
mozilla-taskgraph = "3.4.1"
5757
kinto-http="11.7.1"
5858
# Use an outdated version of pydantic due to dependency requirements conflict.
@@ -82,7 +82,7 @@ translations_parser = {path="./tracking/", develop=true}
8282
# between the two instances of it in this file, and the decision image version
8383
# pin in `.taskcluster.yml`. All three should be adjusted at the same time
8484
# to ensure that decision tasks & tests use the same version of taskgraph.
85-
taskcluster-taskgraph = "15.1.2"
85+
taskcluster-taskgraph = "15.1.3"
8686
mozilla-taskgraph = "3.4.1"
8787
translations_taskgraph = {path="./taskcluster/", develop=true}
8888
sacremoses = "0.1.1"

taskcluster/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mozilla-taskgraph>=3.4.1
22
taskcluster
3-
taskcluster-taskgraph>=15.1.2
3+
taskcluster-taskgraph>=15.1.3

taskcluster/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -757,9 +757,9 @@ taskcluster==85.0.0 \
757757
--hash=sha256:33aabffa45de70be02798c7d128989d50bb7474b5601edd241ea3bb406b5ce88 \
758758
--hash=sha256:adcf797cf6b5563600ec4ea52e21a4e595c2f57d264218bf7f2fb2a107cd390d
759759
# via -r taskcluster/requirements.in
760-
taskcluster-taskgraph==15.1.2 \
761-
--hash=sha256:36a34c3d693a97f01f130a1afb8e308d1fbcd455bb923bacea7b63a61890f6a0 \
762-
--hash=sha256:fe3096d7d2cc649751cf2a4349a02462de67c227c2645b866fb7c8a8bac4d665
760+
taskcluster-taskgraph==15.1.3 \
761+
--hash=sha256:0cf85cdbd691704d00a30326822ebb00beb152e2482db54920a5b738043df839 \
762+
--hash=sha256:b08329153334f264f2adf46364e723bb45475ffefd7a07756302a7a52d2f8dd6
763763
# via
764764
# -r taskcluster/requirements.in
765765
# mozilla-taskgraph

0 commit comments

Comments
 (0)