Compare commits

..
3 Commits
Author SHA1 Message Date
budi 5c6b28b530 Updated base image 2025-10-10 10:52:37 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f847fbb4db [pip] Bump click from 8.2.1 to 8.3.0 (#543)
Bumps [click](https://github.com/pallets/click) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.2.1...8.3.0)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:13:42 +02:00
budi 564a1491ff Updated base images 2025-10-03 07:08:52 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
autopep8==2.3.2
click==8.2.1
click==8.3.0
coverage==7.10.7
mock==5.2.0
pytest==8.4.2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appium/appium:v3.0.2-p0
FROM appium/appium:v3.1.0-p0
ARG AUTHORS="Budi Utomo"
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"