Skip to content

Commit bf0c96a

Browse files
committed
Merge branch 'master' into use-client-config
2 parents 69f086e + 68ceca7 commit bf0c96a

File tree

9 files changed

+298
-294
lines changed

9 files changed

+298
-294
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

CHANGELOG.rst

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,121 @@ Changelog
22
=========
33

44

5+
v4.5.0 (2025-01-22)
6+
-------------------
7+
- Bump 4.5.0. [Kazuaki Matsuo]
8+
- Chore: update tags. [Kazuaki Matsuo]
9+
- Chore(deps): bump selenium from 4.27.1 to 4.28.0 (#1084) [Kazuaki
10+
Matsuo, dependabot[bot], dependabot[bot]]
11+
12+
* chore(deps): bump selenium from 4.27.1 to 4.28.0
13+
14+
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.27.1 to 4.28.0.
15+
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
16+
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.28.0)
17+
18+
---
19+
updated-dependencies:
20+
- dependency-name: selenium
21+
dependency-type: direct:production
22+
update-type: version-update:semver-minor
23+
...
24+
- Chore(deps-dev): update ruff requirement from ~=0.9.1 to ~=0.9.2
25+
(#1083) [dependabot[bot], dependabot[bot]]
26+
27+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
28+
- [Release notes](https://github.com/astral-sh/ruff/releases)
29+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
30+
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.1...0.9.2)
31+
32+
---
33+
updated-dependencies:
34+
- dependency-name: ruff
35+
dependency-type: direct:development
36+
...
37+
- Chore(deps-dev): update ruff requirement from ~=0.9.0 to ~=0.9.1
38+
(#1082) [dependabot[bot], dependabot[bot]]
39+
40+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
41+
- [Release notes](https://github.com/astral-sh/ruff/releases)
42+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
43+
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.0...0.9.1)
44+
45+
---
46+
updated-dependencies:
47+
- dependency-name: ruff
48+
dependency-type: direct:development
49+
...
50+
- Chore(deps-dev): update ruff requirement from ~=0.8.6 to ~=0.9.0
51+
(#1081) [Kazuaki Matsuo, dependabot[bot], dependabot[bot]]
52+
53+
* chore(deps-dev): update ruff requirement from ~=0.8.6 to ~=0.9.0
54+
55+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
56+
- [Release notes](https://github.com/astral-sh/ruff/releases)
57+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
58+
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.6...0.9.0)
59+
60+
---
61+
updated-dependencies:
62+
- dependency-name: ruff
63+
dependency-type: direct:development
64+
...
65+
- Chore(deps-dev): update ruff requirement from ~=0.8.5 to ~=0.8.6
66+
(#1080) [dependabot[bot], dependabot[bot]]
67+
68+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
69+
- [Release notes](https://github.com/astral-sh/ruff/releases)
70+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
71+
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.5...0.8.6)
72+
73+
---
74+
updated-dependencies:
75+
- dependency-name: ruff
76+
dependency-type: direct:development
77+
...
78+
- Chore(deps-dev): update ruff requirement from ~=0.8.4 to ~=0.8.5
79+
(#1079) [dependabot[bot], dependabot[bot]]
80+
81+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
82+
- [Release notes](https://github.com/astral-sh/ruff/releases)
83+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
84+
- [Commits](https://github.com/astral-sh/ruff/commits)
85+
86+
---
87+
updated-dependencies:
88+
- dependency-name: ruff
89+
dependency-type: direct:development
90+
...
91+
- Chore(deps-dev): update ruff requirement from ~=0.8.3 to ~=0.8.4
92+
(#1078) [dependabot[bot], dependabot[bot]]
93+
94+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
95+
- [Release notes](https://github.com/astral-sh/ruff/releases)
96+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
97+
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.3...0.8.4)
98+
99+
---
100+
updated-dependencies:
101+
- dependency-name: ruff
102+
dependency-type: direct:development
103+
...
104+
- Chore(deps-dev): update ruff requirement from ~=0.8.1 to ~=0.8.3
105+
(#1074) [dependabot[bot], dependabot[bot]]
106+
107+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
108+
- [Release notes](https://github.com/astral-sh/ruff/releases)
109+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
110+
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.8.3)
111+
112+
---
113+
updated-dependencies:
114+
- dependency-name: ruff
115+
dependency-type: direct:development
116+
...
117+
- Update changelog for 4.4.0. [Kazuaki Matsuo]
118+
119+
5120
v4.4.0 (2024-11-29)
6121
-------------------
7122

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ verify_ssl = true
66
[dev-packages]
77
httpretty = "~=1.1"
88
mock = "~=5.1"
9-
pre-commit = "~=3.5"
9+
pre-commit = "~=4.1"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"
13-
ruff = "~=0.9.0"
14-
tox = "~=4.23"
13+
ruff = "~=0.9.5"
14+
tox = "~=4.24"
1515
types-python-dateutil = "~=2.9"
1616

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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.26.0`+ | 3.8+ |
44+
|`4.5.0`+|`4.26.0`+ | 3.9+ |
45+
|`4.3.0` - `4.4.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+ |
4748
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |

appium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '4.4.0'
1+
version = '4.5.0'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@
3535
classifiers=[
3636
'Development Status :: 5 - Production/Stable',
3737
'Programming Language :: Python',
38-
'Programming Language :: Python :: 3.8',
3938
'Programming Language :: Python :: 3.9',
4039
'Programming Language :: Python :: 3.10',
4140
'Programming Language :: Python :: 3.11',
41+
'Programming Language :: Python :: 3.12',
42+
'Programming Language :: Python :: 3.13',
4243
'Environment :: Console',
4344
'Environment :: MacOS X',
4445
'Environment :: Win32 (MS Windows)',

0 commit comments

Comments
 (0)