From 8de707fd3e4312a5443dfa856e17c1d0fe210836 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Mon, 7 Apr 2025 13:13:29 -0400 Subject: [PATCH] chore: bump taskgraph to 14.1.1 This picks up optimizations around detecting changed files and the new `volume` artifact type needed for https://github.com/mozilla/translations/pull/700. --- .taskcluster.yml | 2 +- poetry.lock | 28 ++++++++++++++-------------- pyproject.toml | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 343555f28..b10515e0f 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -227,7 +227,7 @@ tasks: taskclusterProxy: true chainOfTrust: true - image: mozillareleases/taskgraph:decision-v13.0.0@sha256:57e4c2d2ad92cea663dcc02cacbfd88b3506edde80e19fbd8a57b3dfe37ae9bd + image: mozillareleases/taskgraph:decision-v14.1.1@sha256:a3f03dbaf6b52733e16e52cdf6fc547193839ed825e1c3740d2b0515f65c7d73 maxRunTime: 1800 onExitStatus: retry: diff --git a/poetry.lock b/poetry.lock index 31e57e988..9a9999036 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "absl-py" @@ -3124,13 +3124,13 @@ dev = ["build", "flake8", "mypy", "pytest", "twine"] [[package]] name = "pyright" -version = "1.1.398" +version = "1.1.399" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.398-py3-none-any.whl", hash = "sha256:0a70bfd007d9ea7de1cf9740e1ad1a40a122592cfe22a3f6791b06162ad08753"}, - {file = "pyright-1.1.398.tar.gz", hash = "sha256:357a13edd9be8082dc73be51190913e475fa41a6efb6ec0d4b7aab3bc11638d8"}, + {file = "pyright-1.1.399-py3-none-any.whl", hash = "sha256:55f9a875ddf23c9698f24208c764465ffdfd38be6265f7faf9a176e1dc549f3b"}, + {file = "pyright-1.1.399.tar.gz", hash = "sha256:439035d707a36c3d1b443aec980bc37053fbda88158eded24b8eedcf1c7b7a1b"}, ] [package.dependencies] @@ -4014,13 +4014,13 @@ test = ["aiofiles", "coverage", "flake8", "httmock", "httptest", "hypothesis", " [[package]] name = "taskcluster-taskgraph" -version = "13.1.0" +version = "14.1.1" description = "Build taskcluster taskgraphs" optional = false python-versions = ">=3.8" files = [ - {file = "taskcluster_taskgraph-13.1.0-py3-none-any.whl", hash = "sha256:68bbcb094d4b97c4fd59a5f61385bca5aee70f8da7b432a139efe221153abe36"}, - {file = "taskcluster_taskgraph-13.1.0.tar.gz", hash = "sha256:be7d8dea6587eca3a751a501afe2708e37f8dbea631614775cca21432fa4f2d0"}, + {file = "taskcluster_taskgraph-14.1.1-py3-none-any.whl", hash = "sha256:7b763a7dd307629c088acee19fc6a8a8af830772dcb128544b5a1233fee21ca8"}, + {file = "taskcluster_taskgraph-14.1.1.tar.gz", hash = "sha256:ad4bf63b440b213286797c5613698840412fd7c1efd98524697262573526e5d7"}, ] [package.dependencies] @@ -4231,13 +4231,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.13.1" +version = "4.13.2" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.13.1-py3-none-any.whl", hash = "sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69"}, - {file = "typing_extensions-4.13.1.tar.gz", hash = "sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff"}, + {file = "typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"}, + {file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"}, ] [[package]] @@ -4263,13 +4263,13 @@ files = [ [[package]] name = "urllib3" -version = "2.3.0" +version = "2.4.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" files = [ - {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, - {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, + {file = "urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813"}, + {file = "urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"}, ] [package.extras] @@ -4839,4 +4839,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8fa2f10bf5bdac9882c0c522beec88f3e3add88a996983e2325036988984c34d" +content-hash = "051a4d3b744f0196a2315dbc2c735b55ce4975e8d363894b851b107235908e01" diff --git a/pyproject.toml b/pyproject.toml index d095179e9..df2f24974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ PyGithub="2.4.0" pyperclip="1.9.0" ruamel-yaml = "^0.18.6" taskcluster = "^56.0.3" -taskcluster-taskgraph = "^13.0.0" +taskcluster-taskgraph = "^14.1.1" kinto-http="11.7.1" # Use an outdated version of pydantic due to dependency requirements conflict. pydantic="1.10.19" @@ -66,7 +66,7 @@ requests-mock = "^1.11.0" sh = "^2.0.6" zstandard = "^0.22.0" translations_parser = {path="./tracking/", develop=true} -taskcluster-taskgraph = "^13.0.0" +taskcluster-taskgraph = "^14.1.1" translations_taskgraph = {path="./taskcluster/", develop=true} sacremoses = "0.1.1" hanzidentifier = "1.2.0"