Compare commits

...
7 Commits
Author SHA1 Message Date
budtmo deb9180bc7 Updated Appium base image 2024-01-03 09:25:52 +01:00
Budi UtomoandGitHub 9d85ad345e Merge pull request #402 from budtmo/dependabot/pip/master/coverage-7.4.0
[pip] Bump coverage from 7.3.3 to 7.4.0
2024-01-03 08:30:45 +01:00
dependabot[bot]andGitHub 9d3f37ca0c [pip] Bump coverage from 7.3.3 to 7.4.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.3 to 7.4.0.
- [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.3.3...7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 01:06:07 +00:00
Budi UtomoandGitHub 8cd6bfb3ef Merge pull request #400 from budtmo/dependabot/pip/master/coverage-7.3.3
[pip] Bump coverage from 7.3.2 to 7.3.3
2023-12-18 08:02:47 +01:00
Budi UtomoandGitHub 4f0ddc972a Merge pull request #397 from budtmo/dependabot/github_actions/master/actions/setup-python-5
[github-action] Bump actions/setup-python from 4 to 5
2023-12-15 22:15:54 +01:00
dependabot[bot]andGitHub 703c1216cf [pip] Bump coverage from 7.3.2 to 7.3.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3.
- [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.3.2...7.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 00:13:45 +00:00
dependabot[bot]andGitHub 0ecc00587e [github-action] Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 00:21:54 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
+1 -1
View File
@@ -1,6 +1,6 @@
autopep8==2.0.4
click==8.1.7
coverage==7.3.2
coverage==7.4.0
mock==5.1.0
nose==1.3.7
requests==2.31.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appium/appium:v2.2.2-p0
FROM appium/appium:v2.3.0-p0
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"