Skip to content

Commit 8de707f

Browse files
committed
chore: bump taskgraph to 14.1.1
This picks up optimizations around detecting changed files and the new `volume` artifact type needed for #700.
1 parent 361ac5a commit 8de707f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ tasks:
227227
taskclusterProxy: true
228228
chainOfTrust: true
229229

230-
image: mozillareleases/taskgraph:decision-v13.0.0@sha256:57e4c2d2ad92cea663dcc02cacbfd88b3506edde80e19fbd8a57b3dfe37ae9bd
230+
image: mozillareleases/taskgraph:decision-v14.1.1@sha256:a3f03dbaf6b52733e16e52cdf6fc547193839ed825e1c3740d2b0515f65c7d73
231231
maxRunTime: 1800
232232
onExitStatus:
233233
retry:

poetry.lock

Lines changed: 14 additions & 14 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
@@ -44,7 +44,7 @@ PyGithub="2.4.0"
4444
pyperclip="1.9.0"
4545
ruamel-yaml = "^0.18.6"
4646
taskcluster = "^56.0.3"
47-
taskcluster-taskgraph = "^13.0.0"
47+
taskcluster-taskgraph = "^14.1.1"
4848
kinto-http="11.7.1"
4949
# Use an outdated version of pydantic due to dependency requirements conflict.
5050
pydantic="1.10.19"
@@ -66,7 +66,7 @@ requests-mock = "^1.11.0"
6666
sh = "^2.0.6"
6767
zstandard = "^0.22.0"
6868
translations_parser = {path="./tracking/", develop=true}
69-
taskcluster-taskgraph = "^13.0.0"
69+
taskcluster-taskgraph = "^14.1.1"
7070
translations_taskgraph = {path="./taskcluster/", develop=true}
7171
sacremoses = "0.1.1"
7272
hanzidentifier = "1.2.0"

0 commit comments

Comments
 (0)