Compare commits

...
3 Commits
Author SHA1 Message Date
budi 564a1491ff Updated base images 2025-10-03 07:08:52 +02:00
Dave GolombekandGitHub a89d4679be Bump GMSAAS version to 1.15.0 (#540)
### Description

Gmsaas had a major update in 1.15.0 which addresses adb connection
issues (OpenSSL 3 is now used for ADB Tunnel instead of OpenSSL 1.1.1).
2025-09-24 08:58:52 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9290e90e3c [pip] Bump coverage from 7.10.6 to 7.10.7 (#538)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.6 to 7.10.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.6...7.10.7)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 15:57:07 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
autopep8==2.3.2
click==8.2.1
coverage==7.10.6
coverage==7.10.7
mock==5.2.0
pytest==8.4.2
pytest-cov==7.0.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appium/appium:v3.0.2-p0
FROM appium/appium:v3.0.2-p1
ARG AUTHORS="Budi Utomo"
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"
+1 -1
View File
@@ -1,7 +1,7 @@
ARG DOCKER_ANDROID_VERSION
FROM budtmo/docker-android:base_${DOCKER_ANDROID_VERSION}
ENV GMSAAS_CLI_VERSION="1.14.1"
ENV GMSAAS_CLI_VERSION="1.15.0"
#================
# Cloud Packages