Skip to content

Commit b10a11e

Browse files
chore(deps): bump selenium from 4.27.1 to 4.28.0 (#1084)
* chore(deps): bump selenium from 4.27.1 to 4.28.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.27.1 to 4.28.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.28.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * drop python3.8 by following selenium * update more --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <[email protected]>
1 parent 0ea049a commit b10a11e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/functional-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
6565
6666
- name: Set up Python 3.12
67-
uses: actions/setup-python@v3
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: 3.12
7070

.github/workflows/unit-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install tox

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ tox = "~=4.23"
1515
types-python-dateutil = "~=2.9"
1616

1717
[packages]
18-
selenium = "==4.27.1"
18+
selenium = "==4.28.0"
1919
typing-extensions = "~=4.12.2"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
4141

4242
|Appium Python Client| Selenium binding| Python version |
4343
|----|----|----|
44+
|`4.3.0`+ |`4.28.0`+ | 3.9+ |
4445
|`4.3.0`+ |`4.26.0`+ | 3.8+ |
4546
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
4647
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |

0 commit comments

Comments
 (0)