commit 6d4c6bf717d84e07345e648568def029a9f93123
parent e9854d00f8c7567b6ff8412a2cc73964824fbe4a
Author: Aaron Train <aaron.train@gmail.com>
Date: Tue, 2 Dec 2025 21:05:02 +0000
Bug 2003386 - Update dependencies in android-ui-tests Dockerfile r=jajohnson
Differential Revision: https://phabricator.services.mozilla.com/D274817
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/taskcluster/docker/android-ui-tests/Dockerfile b/taskcluster/docker/android-ui-tests/Dockerfile
@@ -44,7 +44,7 @@ RUN apt-get update && \
zip \
zstd
-RUN pip3 install taskcluster==83.5.6
+RUN pip3 install taskcluster==94.0.1
RUN locale-gen "$LANG"
@@ -57,7 +57,7 @@ RUN chown -R worker:worker ${HOME}/.config
USER worker:worker
ENV GOOGLE_SDK_DOWNLOAD ./gcloud.tar.gz
-ENV GOOGLE_SDK_VERSION 518
+ENV GOOGLE_SDK_VERSION 548
ENV TEST_TOOLS /builds/worker/test-tools
ENV PATH ${PATH}:${TEST_TOOLS}:${TEST_TOOLS}/google-cloud-sdk/bin
@@ -77,10 +77,10 @@ RUN curl -L https://github.com/Flank/flank/releases/download/v${FLANK_VERSION}/f
&& chmod +x ${FLANK_DOWNLOAD}
# Used in taskcluster/scripts/tests/parse-junit-results.py for parsing and displaying JUnit XML results
-RUN pip3 install junitparser==3.2.0 beautifultable==1.1.0
+RUN pip3 install junitparser==4.0.2 beautifultable==1.1.0
# Used for env var ingest in testrail.py
-RUN pip3 install python-dotenv==1.1.0
+RUN pip3 install python-dotenv==1.2.1
# run-task expects to run as root
USER root