Compare commits

...
3 Commits
Author SHA1 Message Date
budtmo baefa67e3f Updated base image to v2.5.0-p0 2024-02-09 12:16:40 +01:00
Budi UtomoandGitHub 58f64cd2ee Merge pull request #406 from budtmo/dependabot/pip/master/coverage-7.4.1
[pip] Bump coverage from 7.4.0 to 7.4.1
2024-02-02 11:34:19 +01:00
dependabot[bot]andGitHub 2b56bab0bc [pip] Bump coverage from 7.4.0 to 7.4.1
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.1.
- [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.4.0...7.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 00:47:02 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
autopep8==2.0.4
click==8.1.7
coverage==7.4.0
coverage==7.4.1
mock==5.1.0
nose==1.3.7
requests==2.31.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appium/appium:v2.4.1-p0
FROM appium/appium:v2.5.0-p0
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"